Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

File metadata and controls

13 lines (8 loc) · 359 Bytes

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