Skip to content

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages