How to build Snakey for Windows
- SDL2 (http://libsdl.org/download-2.0.php)
- CMake for Windows
- MS Visual Studio
- Open file CMakeLists.txt and set correct path for SDL2 directory
- cmake CMakeLists.txt
- Open generated solution in MS Visual Studio
- Click Build
- Copy SDL2.dll into generated folder bin/Debug