Skip to content

sdwalker233/ThunderCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThunderCat

  • ThunderCat is a simple game with SDL2.
  • You can play it on any platform (Windows or MacOS or Linux).
  • Inspired by and get some resources from Google-Halloween-2016.

Compile

cd ThunderCat
g++ -O3 -std=c++11 src/*.cpp -Isrc/ -lSDL2 -lSDL2_ttf -lSDL2_mixer -lSDL2_image -o thundercat
./thundercat

Also you can open with VS or Xcode, just add SDL2, SDL2_image, SDL2_TTF, SDL2_mixer.

Downloads

Screenshot

menu.jpg game.jpg