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.sln
file - press
Ctrl+Shift+B
orF5
(skip step 3 if you pressF5
) - run the program, it will be in the
bin
folder and in either theRelease
orDebug
subdirectory