Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 492 Bytes

simple-snake-game

It's a simple version of a classic snake game.

For a video demonstration click the image below:

IMAGE ALT TEXT HERE

Requires SFML:

sudo apt-get install libsfml-dev

and googletest.

To build run:

make && make clean