Skip to content

kolyaka32/Snake-on-SDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The standard "snake" game on c++ using SDL2

This repository contains sources for standart game "snake" I made based on SDL2 library.

Photo of the game segment

Installing

  1. Simply download archieve from releases, unzip and run 'snake.exe'!
  2. Also you can download game installer from releases.
  3. Also you can build project by yourself, watch point 'Instalation for own use'.

Usage

It's standart snake game with main goal to reach maximum length. To turn head you can use 'WASD' or arrows.

Instalation for own use

Need external soft:

  1. C++ compiler (such as GCC, MINGW or MSYS2);
  2. CMake;
  3. External libraries (SDL2, SDL image, SDL mixer, SDL ttf, libzip);
  4. (Optional) Visual Studio Code (for better usage).

Point 4 with all last builded sources is located at releases (Development-kit).

Used external libraries: