Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUI-2048

A simple terminal-based version of the classic 2048 game, written in Rust. Use your arrow keys to slide and combine tiles. The goal is to reach the 2048 tile!

gameplay image

To enable autosaving and loading, set the TUI2048_SAVE_PATH to a file path before starting the game. This file, as well as the directories in the path will be created if they do not exist.

Example:

TUI2048_SAVE_PATH=~/.2048/save tui2048

Building and Running

This project uses standard Rust tooling.

  1. Make sure you have Rust installed.
  2. Clone the repository or download the source.
  3. Build and run the game with:
cargo run --release

You can also build the executable with:

cargo build --release

About

A simple terminal UI 2048 game

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages