Skip to content

hamza-Algohary/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Small classic snake game built using C++ and SDL2

Building

Make sure that both g++ and SDL2 are installed then open terminal and run the following:

g++ main.cpp particle.cpp screen.cpp snake.cpp -o snake `sdl2-config --cflags --libs` -lSDL2 -lSDL2_mixer -lSDL2_image -lSDL2_ttf

About

Small classic snake game built using C++ and SDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages