Fight or Flea
Ludum Dare 56 Entry. Fight or Flea is a simple game gameplay is based off of the Monster Hunter mounting system. This is very much a programmer art project. My focus was on input management and feedback as well as game lifecycle. Links GitHub Repo itch.io Input Systems I also experimented with multiple systems to handle input. Typically, I would try to keep all of the input logic in a single place, in a Player class for example....