This repository contains sources for standart game "snake" I made based on SDL2 library.
- Simply download archieve from releases, unzip and run 'snake.exe'!
- Also you can download game installer from releases.
- Also you can build project by yourself, watch point 'Instalation for own use'.
It's standart snake game with main goal to reach maximum length. To turn head you can use 'WASD' or arrows.
Need external soft:
- C++ compiler (such as GCC, MINGW or MSYS2);
- CMake;
- External libraries (SDL2, SDL image, SDL mixer, SDL ttf, libzip);
- (Optional) Visual Studio Code (for better usage).
Point 4 with all last builded sources is located at releases (Development-kit).