Made by: Corey Poggioli Game Name: Maze Race In this two player game, each player controls a ball that they have to maneuver through the maze to the finish line. Players must avoid obstacles and get through the maze as quickly as possible. Everytime the ball makes contact with any wall or obstacle, the ball resets to the start point. Problems Encountered: I wasn't sure how to appropriately include a score count during the game. Each player has a variable that keeps track of the number of resets. However, it is still possible for a player to win the game even if he/she has a higher number of resets than the loser. I have not yet figured out if there would be a better, or more effective, way to keep an actual score throughout the game. Lastly, if I had more time, I would have made additional levels that would get progressively harder. However, drawing a level is rather time consuming. Though this may make the game more interesting, it would also make it more time consuming. In the "arcade" in the lab, players won't have a wealth of time to play each game. The game as it is now can take several minutes depeding on how good the players are.