Skip to content

Anti-Alias/rust_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Snake

A colleague of mine dared me to create a game of snake in Rust before the weekend, so here is that project. He didn't say what tools I had to use, so I ended up making a bare minimum CLI application.

To Test:

  • Install Rust and Cargo using the instructions outlined here.
  • Run the application using the command:
cargo run

To Build:

cargo build --release

You'll find the snake.exe executable in target/release/

gameplay_image

gameover_image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages