This is the next step in my game development journey after my initial game - Pong using Pygame.
Learning Raylib was my main goal, but I was also interested in providing clean code, and familiarizing myself with an organized file system.
From the root folder, compile using
make (Makefile provided by ChatGPT!)
To run the game itself:
./bin/breakout
Raylib must be installed for it to compile.
Game Screens: Start Screen/Game Over/Game Completed;- Improve Gameplay Experience: Speed increase and direction changes could use some fine-tuning.