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.
This project is open-source and licensed under the MIT License. See here for more details.