-
Notifications
You must be signed in to change notification settings - Fork 0
Game Design Document
The goal of this game is to get as far as you can by dodging the randomly generated obstacles. Your avatar will automatically fall but you can tap the screen in order to give it a jump.
This is a real time reaction game.
This is an infinite runner so you would not be creating many levels but rather you would procedurally generate obstacles within a certain range so as to not create an unwinnable scenario. The difficulty does not increase over time however as it is already difficult.
There is only one screen where the avatar is loaded and you fall right away. If you die there is a restart button that will reset the scene so you can play again.
You can control the game through taps which will give you a jump through the form of a physics impulse.
- Classes
- [list classes needed and some basic information about required implementation]
- SKS
- [list SKS files you will need to create]
[The overall milestones of first playable build, core gameplay, and polish are just suggestions, plan to finish earlier if possible. The last 20% of work tends to take about as much time as the first 80% so do not slack off on your milestones!]
planing your game
- [goals for the week]
finishing a playable build
- [goals for the week, should be finishing a playable game]
- [goals for the week]
- [goals for the week, should be finishing all core gameplay]
starting the polish
- [goals for the week]
submitting to the App Store
- [goals for the week, should be finishing the polish -- demo day on Saturday!]