rataui-snake-no-audio.mp4
This is a simple snake game made designed using Ratatui as TUI library and Rust as programming language.
Download the binary from here
Or you can install from the AUR: paru -S ratatui-snake
cargo run
The project is divided in 3 main modules:
game
: Contains the game logicmain
: Contains the TUI rendering logic and the main loopcollision_detection
: is an external lib that contains the collision detection logic
Feel free to open an issue or a PR if you want to contribute to this project. Any help is strongly appreciated.