Overview:
The goal of this project was to recreate a game feature. I chose the mini game Strategy Steps from Wii Party. This was created for CAGD 280 as part of a 4-week final project. Everything was created in Unity, along with some minor Photoshop work to make the game look more finished.
Rules:
To play, use the arrow keys to select either the number 1, 3, or 5. If no one else chooses your number, you move the number of steps you chose. If two or more players pull the same number, neither moves. To win, get to the top of the steps.
My game consisted of six scripts,
One to switch the camera
One to check if the player, or a bot has made it to the top
Three to control each of the bots
And lastly, a script to control the player
Side by side comparison of the Wii game, and my game.
Behind the scenes of my game.