A textual Gravity Worm game written in Rust using the ncurses TUI library.
- ncurses-rs — the Rust-ncurses bindings library.
You need a few things to run rust-gravity-worm:
- Rust's master branch
- A terminal/console/command-prompt with ncurses.
- Rust's cargo manager
If you don't want to use cargo, you will need to clone, compile, and link ncurses-rs
yourself.
To build with cargo
, cd
to the repository's root and run:
cargo-build
The binary will be placed in the target
directory by cargo
. It can be run with:
target/worm