Flexible game of 2048 in the terminal as TUI.
Find a file
2022-09-29 10:29:04 +02:00
rs48 set lib path back to crates.io upstream 2022-09-29 10:29:04 +02:00
rs48_lib finished simulated controller 2022-09-29 10:25:20 +02:00
.gitignore initial release 2022-04-04 14:23:20 +03:00
Cargo.lock set lib path back to crates.io upstream 2022-09-29 10:29:04 +02:00
Cargo.toml added license 2022-09-29 08:46:35 +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