HttoHu / Square-VS-Round

A simple shooting game made with SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Square VS Round

A simple shooting game made with SDL

Build

  1. install sdl2,sdl2_ttf,sdl2_image
    • mac : brew install sdl2 sdl2_ttf sdl2_image, found them in /usr/local/Cellar/sdlxxx. and update your include and lib path of CMakeLists.txt

About

A simple shooting game made with SDL

License:MIT License


Languages

Language:C++ 98.6%Language:CMake 1.4%