A small game demo made for the "Hacking Games for Fun and Profit" session which servers as an introduction to game hacking.
https://docs.google.com/presentation/d/1kfBmbMYJ3qKgZLsAYT-xbOFLtUks8_qFDR6KXH2HU-M/edit?usp=sharing
- Install raylib, you can follow this video.
- Install glfw using
sudo apt install libglfw3-dev
. - Run
make
.