-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Get as far as you can and collect as many worms as possible. Nuts make you go faster
The game uses the standard runner phyiscs, the player can run and dig to go underground and avoid obstacles. The level contains the player (a mole) obstacles (houses, trees, pipes) and as of yet one powerup (nuts)
The player will be able to "move" by pressing the screen as fast as he/she can, if the camera leaves the player behind the gameplay will end. To dig the player must press the screen with two fingers at the same time and the digging gameplay will start so as to reach for worms or avoid surface obstacles
There will be just one level that generates obstacles randomly and moves indefinitely as long as the player is alive. There will be surface and underground obstacles, all of wich the player must avoid to keep on going and try to stay alive.
- Main Menu
- Gameplay
- Scoreboard
- Touch based controls
- Touch the screen as fast as you can to move forward
- Touch and press with two fingers at the same time to go underground
- Release to go up
- Scenes
- Main Menu
- Gameplay
- ScoreBoard
- Nodes/Sprites
- Entity (abstract superclass)
- Player
- Obstacles
- WorldObject (abstract superclass)
- worms
- nuts (power up)
- Entity (abstract superclass)
[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!]
-
Define the scenes *
- Entity movement
- digg
- run
- Resolve player death
- Entity movement
-
Control scheme for player
- Made the scenes
- Made the CCSprite for the character
- Made all the necessary level loops for the game
- Finished a playable build
- Added the labels for the points and coins
- made a respawning method for the coins
- moved and fixed the level to have more space
- work on the art assets for the 8bit theme
- Add high scores