Flexible game of 2048 in the terminal as TUI.
Find a file
2022-09-29 15:54:07 +02:00
rs48 bumped version 2022-09-29 15:51:56 +02:00
rs48_lib made simulations parallel 2022-09-29 15:47:32 +02:00
.gitignore initial release 2022-04-04 14:23:20 +03:00
Cargo.lock updated readme 2022-09-29 15:54:07 +02:00
Cargo.toml updated readme 2022-09-29 15:54:07 +02:00
README.md updated readme 2022-09-29 15:54:07 +02:00
rustfmt.toml changed standard to hard tabulations 2022-04-04 15:05:36 +03:00

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