Skip to content

vscalcione/snake-game-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-game-rust

This is Snake game made in Rust Lang.

Installation

To install Rust compiler, visit Rust Website and run this command on your shell:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Now Rust is installed on your machine.

Run the build script and enjoy your game!!!