Virtual Board Game!
This week has been entirely devoted to designing a virtual board game where the goal is get as many points as you can before a player reaches the star at the end.
In the above screen shot, you can see the owl jumping from tile to tile. The blue tiles send you to the next blue tile (once per turn), and the red tiles send you to the previous red tile (once per turn). The checkerboard tiles launch a minigame for all players.
List of Additions This Week
- Designed game style
- Developed game board
- Added Character
- Implemented an automatic movement of character to a provided tile
- Added animations to the character (Default = Idle, Movement = Jumping)
- Added functionality for blue tiles
- Added functionality for red tiles