Skip to content

Exabyte143/SnakePlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake++

Snake++ rewrite, it works on linux this time.

Compiliation

To compile you need CMAKE, and if you're on windows you need VCPKG installed.

If you're on Linux

You only need to install CMake, after that install the SFML devel package from your distro's package manager.

If you're on Windows

To install the dependencies run vcpkg @vcpkg_rt.txt After that set CMAKE_TOOLCHAIN_FILE in CMakeLists.txt to the path you've installed VCPKG to.