Skip to content

JeffersonCarvalh0/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

In order to build the project, open the terminal in the root directory and do as follows:

mkdir build && cd build
cmake ..

After that, you can:

make # To compile everything
make tests # To compile only the tests
make main # To compile only the source, without tests

You can execute the tests with ./tests and the game with ./main.

Built with

Textures were taken from eugeneloza's snake game.
Sounds were taken from http://www.downloadfreesound.com/8-bit-sound-effects/

License

Licensed under MIT. See LICENSE for details.

About

Snake game implemented using SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published