Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 614 Bytes

Snake (2D Desktop Game)

I made this Snake clone in 1 week, and I made it 100% by myself. It was painful, but I had fun too.

Demo

snakeDemo.mp4

Compiling & Running

Project Dependencies

  • SFML

Note, I only tested these commands on Ubuntu OS, so I make no guaranty that they will work on other OSs. Also, make sure you have installed all the project dependencies before running these commands.

To compile program:

$ make main

To run compiled program:

$ ./bin/main.exe

To remove all binaries:

$ make clean