Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 730 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 730 Bytes

Snake

A Rust implementation of the legendary Snake game, commonly found on old Nokia mobile phones. This project was primarily created to support an associated blog post which aims to help new Rustaceans get to grips with the language.

The game is terminal based and uses Crossterm to take care of cross-platform differences when building the interface and accepting user input.

License

This project is open-source and licensed under the MIT License. See here for more details.