A 2D snake game using c++ and sfml.
Download and install sfml from SFML DOWNLOADS
g++ -o snake_game main.cpp -lsfml-graphics -lsfml-window -lsfml-system && ./snake_game
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A 2D snake game using c++ and sfml.
Download and install sfml from SFML DOWNLOADS
g++ -o snake_game main.cpp -lsfml-graphics -lsfml-window -lsfml-system && ./snake_game