MAZE
Transcript: Introduction Input and output Major elements MAZE BALL is a 3D game that has a ball (player ball) this ball has to pass a path to reach certain point (exit ball) also the player should take two coins before reaching the exit ball. The player can control the ball using the keyboard arrows, also there are properties that the user can change it when he is playing the game such as control the lighting, add fog, zoom in and out, and change the position of the camera through keyboard. Input(keyboard) : output(screen) Arrows : moving player ball. X : zoom in the map. Z : zoom out the map. R : move the camera to certain position. A : rotate the map. F : add/remove fog L : add/remove light I use a source code that already exists the code was a maze game with two balls (player ball and exit ball), I add two balls (coins), and the user must take them in order to finish the game, I also add a fog and lighting option the user can control those things using keyboard, I also change the size of the game and adding different texture to it. Source Code Accomplishment in this project 1. Four balls (player, coin1, coin2, exit). 2. Box. 3. Floor. 4. two texture MAZE BALL 209113084 Basma Adel Hasan