This was made in one day while i was sick
To start press space (it's paused by default)
Tip
If the background is red that means you lost!
Dependencies: sdl2
, rand
If you want to compile it install sdl2
first:
- windows: https://wiki.libsdl.org/SDL2/Installation
- brew (macOS or linux):
brew install sdl2
- linux: probably
apt install libsdl2-dev
orpacman -S sdl2
...