This is an implementation of the Circle the Cat game using SDL
- Git
- C11 Compiler
- CMake
- SDL 2 Library
- SDL 2 Image Library
- SDL 2 TTF Library
git clone https://github.com/zeralight/catsdl.git
cd catsdl
mkdir build
cd build
cmake .. -DSDL2_PATH=... -DSDL2_IMAGE_PATH=... -DSDL2_TTF_PATH=...
# Run the game
./circle_the_cat