Foodroid

Unity, C#   October 2022

Foodroid @ itch.io

Our first game project as Futuregames was only two weeks, and this was what my group did. We did a simple, fun, arcadey game. Considering that we only had two weeks and we were all very inexperienced I am very happy with it.


Main Game Loop

I programmed the main game loop. Cars spawning, pickups spawning, scoring, health, etc.

Accessibility

Theme of this project was accessibility, so I added some accessibility features like color blindness filters and slow down.

Online Leaderboard

I created a simple online leaderboard using my own PHP code and server. It's very basic but has been fun to compete on.

Misc

  • Input (I added support for both gamepad and keyboard)
  • Implemented the HUD
  • Implemented menus
  • Made the builds