Boxing for robots is a game developed in C++ using the raylib library (https://github.com/raysan5/raylib).
use W,A,S and, D for movement; Left Shift to block; Q to punch with the left arm; and E to punch with the right arm
Currently the game is in a very WIP state, this means that:
- AI is not fully implemented
- There is no game over screen
- The main Gameplay loop is not implemented
- There are some partially complete features that do not work as intended
