/snake-game

Simple Snake game using Piston game engine

Primary LanguageRustMIT LicenseMIT

Simple Snake game using Piston game engine

There are several maps and colors (for map and snake) which are randomly picked on the beginning of the game.

video1.mp4
video2.mp4

Controls

  • N - start a new game
  • R - restart a current game
  • P - pause/resume
  • Up Down Left Right - move on the map

Build

git clone https://github.com/AdislanSaidov/snake-game.git
cd snake-game
cargo run --release