Flexible game of 2048 in the terminal as TUI.
rs48 | ||
rs48_lib | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rustfmt.toml |
rs48
Description
It is a game of 2048 that plays in the terminal as a TUI, it has a lot of configurability and implements a few types of AI.
Usage
Compiled with the rustup toolchain.
Installing
cargo install rs48
alternatively, you can clone this repo and build it yourself.
Building
git clone "https://github.com/MajorBarnulf/rs48.git"
cd rs48/rs48
cargo build -r
Running
cargo run -r