Skip to content

An elementary implementation of the Snake Game

Notifications You must be signed in to change notification settings

boechat107/snake-game-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An elementary implementation of the Snake Game

Topics

Resources

Stars

Watchers

Forks

Languages