Skip to content

ravikiran-pro/cpp-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp-snake-game

A 2D snake game using c++ and sfml.
Download and install sfml from SFML DOWNLOADS

Build

        g++ -o snake_game main.cpp -lsfml-graphics -lsfml-window -lsfml-system && ./snake_game

Releases

No releases published

Packages

No packages published

Languages