Skip to content

phoemur/snaky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snaky

C++ classic snake game with SDL2

Requirements

  • C++14

  • SDL2

  • SDL2_image

  • SDL2_ttf

  • SDL2_mixer

Build and Run

mkdir -p build
cd build
cmake ..
make
sudo make install
snaky