tui48

Crates.iotui48
lib.rstui48
version1.0.0
sourcesrc
created_at2024-10-05 02:23:53.165629
updated_at2024-10-06 04:40:21.874014
descriptionAn elegant and faithful 2048 clone in the terminal.
homepage
repositoryhttps://gitlab.com/Oglo12/tui48
max_upload_size
id1397319
size559,139
Jackson Novak (Oglo12)

documentation

README

Game Board

Game Output

About

A very elegant and faithful recreation of the 2048 game.

Key Bindings

  • Move Up: Up Arrow W K
  • Move Down: Down Arrow S J
  • Move Left: Left Arrow A H
  • Move Right: Right Arrow D L

To stop the game at any time for whatever reason, you can use CTRL + C.

Automated Bot Gameplay

Tui48 allows you to write programs that can play the game for you as long as they can understand the arguments given to them.

For an example bot, look at example-tui48-bot.sh in the project root.

Commit count: 8

cargo fmt