Design pattern implementations from the book Game Programming Patterns using the raylib library.
Follow these instructions to run the program locally.
- Clone repo.
git clone https://github.com/Wake1st/GameDesignPatterns.git
- Step into directory.
cd GameDesignPatterns
- Build program.
make all
- Run program.
bin/program
Select the level type from the main menu and follow the instructions provided.