Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 442 Bytes

Snake Game

This project implements an elementary version of the Snake Game.

Playing the game

Installation

Compile and run with Cargo.

Usage

You can run the game with:

cargo run

The game stops if the snake hits a wall or if you press q.

To Do

  • Make the snake grow by eating food
  • Add different difficulty levels (making the snake move faster)