Field Party
Field party is a two player party game made in unity for my games development module that was intended to simulate creating a game ready for release. It draws inspiration from Mario party but with more of a board game style of moving around the map. The aim of the game is to win the highest amount of mini games before the time run out the player with the highest score at the end of the time wins. This project taught me a lot about making UI for games as transition effects where used while swapping between player turns as well as all of the mini games being made through the UI with the UI scenes being loaded on top of the current game scene then unloaded once the mini game is over. If I where to revisit this project I would re make the code for the players movement to work better in the grid.