Flap around and bounce off of walls while avoiding spikes and collecting coins! Created with Raylib.
Now in C++!
- GNU Make
- Raylib (at least 5.5)
- GCC
- run
make linux - run
./ats2
- Visual Studio (tested with 2022)
- Raylib (at least 5.5), clone this repo and rename it to raylib-master
- Open Visual Studio with the
ats2.slnfile - press
Ctrl+Shift+BorF5(skip step 3 if you pressF5) - run the program, it will be in the
binfolder and in either theReleaseorDebugsubdirectory