Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 703 Bytes

File metadata and controls

25 lines (21 loc) · 703 Bytes

Boxing for robots

Boxing for robots is a game developed in C++ using the raylib library (https://github.com/raysan5/raylib).

Gameplay Demo

Controls

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

Disclaimer

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