Wednesday, October 31, 2018

My Game

In a short paragraph, explain the mechanics of the game you're designing for your final project. What will be the winning and losing conditions? What are the goals of the game? How will it be challenging. Finally, and most importantly, explain how you will be using functions to implement these goals and challenges? 
The main mechanic would be the gravity function and the collision function.The player can make the square jump up and it will fall back down, the player will lose when the square hits any of the triangles.Hitting the triangles and starting over is the collision function. Once the player loses he will start at the beginning of the map and will have to start all over. The goal for my game will be see how long you will last. It will be challenging because of the short hop of the square and the reaction time of the player. I have 2 functions in my code, gravity and collision. You need gravity to get past the triangles or you will die and will have to start over.

No comments:

Post a Comment