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