Piece Placement Design Action
March 20, 2009
In playing the game, one of the main actionswill be to select and place a piece
- Use random generator to generate 3 pieces into the GUI piece bank.
- Select a piece using the mouse or ’1′ ’2′ ’3′
- Upon selecting piece attach piece to mouse
- Piece follows mouse, snapping to the grid
- Display an overlay for playable grid spaces
- Piece can only be placed on playable spaces and only in certain orientations. I.E. the piece must properly connect to another piece.
- Add placed track to graph
- Allow to place at start and finish points
To Do List:
- GUI (pending artwork)
- Random Domino-Track Generator (console version completed)
- Graph to add dominoes to (rough console version completed, lacks required features)
- Create rest of track pieces–update track attributes and methods
- Domino Collision
- Object/World organization and loading
Advertisement