TerminalSnakeGame

My first attempt at rust.

Installation

$ curl https://sh.rustup.rs -sSf | sh

Playing Instructions

Inside the cloned directory:
$ cargo run

-> Use the W,A,S,D keys to move around.
-> Objective: Collect the maximum food you can get in 20 seconds.
-> Have fun!