It is a simple snake_game made using ggez.rs. The project is a part of my exploration, and it was fun making it.
Cargo installation:
curl https://sh.rustup.rs -sSf | sh
Rust installation:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Run the game
git clone https://github.com/sabinonweb/snake_game
cd snake_game