sswapnil2 / snake-game-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Snake Game in Rust

Libraries used

  • Piston Window
  • Rand

How to Run

  1. Clone the repository in your local
  2. Make sure you have rust setup on your local machine. If not, setup rust from here
  3. Open the directory you have cloned the repository into
  4. Run command cargo run. It will install the required dependencies, build and run the project.

What's next

  1. Add text for the current game score
  2. Current user information
  3. Serialize and deserialize game state

Note:

This is not my own creation I have simply followed this playlist amazing youtube tutorial from Tensor Programming Channel

About


Languages

Language:Rust 100.0%