LucasBarrientos7 / Snake

Classic Snake game made entirely in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Classic Snake game made entirely in C++.

snk

Snake Actions:

  • Movement -> Directional keys

Game rules:

  • The snake must not collide with the limits of the screen or with itself.
  • Each food eated by the snake generates a score and increases the speed of the game.

About

Classic Snake game made entirely in C++


Languages

Language:C++ 100.0%