Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 241 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 241 Bytes

AxeGame

GameDevTV - C++ Fundamentals

A simple game of avoidance, written in C++. The game makes use of Raylib to draw to the screen, and displays a game over message when the player-controlled circle collides with the moving rectangle.