Flexible game of 2048 in the terminal as TUI.
Find a file
2022-09-03 02:52:21 +02:00
rs48 rewritten remaining unwraps 2022-09-03 02:52:21 +02:00
rs48_lib rewritten remaining unwraps 2022-09-03 02:52:21 +02:00
.gitignore initial release 2022-04-04 14:23:20 +03:00
build-static.sh added controls through arguments 2022-04-04 20:29:47 +03:00
Cargo.lock switched to crates.io dependency 2022-09-03 02:42:36 +02:00
Cargo.toml split components into a separate crate, switched to workspace 2022-09-03 02:32:54 +02:00
README.md added a readme 2022-04-04 20:34:08 +03: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.

Building

cargo build

Running

cargo run