Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 481 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 481 Bytes

Rabbits

I used C++ object-oriented programming to create a single player video game. The player uses arrow keys to move around the game arena and dodge killer rabbits. The player can choose to press a button to drop a carrot that poisons rabbits and slows them down. The player dies (and the game ends) when they run into a rabbit. Included in this game is a recommendation algorithm, when the player presses "space" they automatically move in the optimal recommended direction.