Nefthera is a text-based RPG inspired by classical MUDs.
This game is still in early development. For now, you need to have Rust set up on your machine to build and run it. The easiest way to do that is to use rustup.
Once you have Rust set up, you can clone or download this repository and build:
git clone https://github.com/jultty/nefthera
cd nefthera
cargo build --release
This will install all dependencies and build the game. The binary should be at target/release/nefthera
.
Run the binary with the --start
argument, which initiates the main game loop:
./nefthera --start