Star Rats
Star Rats is an arcade-style game with only two button controls where you aim to amass 1,000,000 rats by consuming cheese while weaving between asteroids and dodging cats. You can play the game here.
The game was developed in Unity and C# for a 10-hour game jam. The theme of the game jam involved a bingo card of features that had to be integrated into the design. I was part of a team of six as one of the programmers.
This was the largest team I had worked in for a game project thus far, and it was incredibly fun to bounce ideas off of each other. However, the short timeframe meant that not all ideas could be integrated, and I had to quickly come to a compromise with teammates over what ideas to include. Good communication was also required to ensure that all responsibilities were delegated properly and individual implementations could be integrated.
Responsible for:
- Game states that are continuously updated
- Hooking up game logic with UI
- Scaling the size and mass of the player with number of rats to ensure visual state is updated and physics interactions are accurate
- Tracking number of rats and providing an interface for other classes to interact with it
- Asteroid collision logic that uses the player's mass to impact the interaction