Times are tough. A new virus has left you with nothing but your pants and the ability to... run! So, do it! Show how long you can withstand the challenge of running from zombies who, in their desperate need to eat your brains, will spit at you, throw things, and... also run!
*This game is my submission for an OLC CodeJam 2024.
Left and right arrows.
To build the project yourself first git clone
it. Navigate into the directory you cloned into and run cmake -S. -B./build
. That will generate a build
directory with a Makefile. Navigate there and run make
.
This project was made possible by using olcPixelGameEngine made by javidx9.