#Game Design
##Objective
Collect all stars and Gems in each level.
The game is set up in overhead view, the play scen is a 2D plane. The stars or gems are distributed in the play scene, also some barrier and bombs are distributed in the scene. The collector is a plate which can be launched by touch and slide in different directions. Players would at first place some barrier himself to help change the route of the plate.
Each level is a single play scene. With a possible solution route in mind, some barriers were removed and left for user to place on the scenes.
Since we need to do a slide and lunch of the plate, the level should be in vertial mode. And the boundary of the scene is not solid.
#Technical ##Scenes
- Main Menu
- Level Select
- Play scene
##Controls/Input
- Slide based
- Touch to place barrier and use two finger to spin
##Classes/CCBs
- Scences
- Main Menu
- Level Select
- GamePlay
- Nodes/Sprites
- Plate
- Barrier
- Different kinds of barrier
- Gems
#MVP Milestones
- implement physics on plate and barrier
- plate move by sliding
- Fisrt build of game
- Refine first level
- Refine physics and interactions
- add put barrier function
- Add main scene
- Connect main scene to the play scene
- Add spin funciton
- Keep state of the levels
- Design more level
- Refine UI
- Finish up