forked from stack/eleven
1
0
Fork 0
A minimal terminal puzzle game in the spirit of 2048.
Go to file
konomo c65a67f4ec
replace unicode characters with hex ascii characters, numpad keys instead of ijkl
2023-06-16 13:42:42 +02:00
LICENSE cleanup, license 2022-02-04 14:01:41 -05:00
Makefile initial 2022-02-04 13:54:35 -05:00
README.md replace unicode characters with hex ascii characters, numpad keys instead of ijkl 2023-06-16 13:42:42 +02:00
eleven.core.c initial 2022-02-04 13:54:35 -05:00
eleven.h initial 2022-02-04 13:54:35 -05:00
eleven.term.c replace unicode characters with hex ascii characters, numpad keys instead of ijkl 2023-06-16 13:42:42 +02:00

README.md

Overview

Eleven is a highly addictive (you've been warned) minimal terminal game for linux, similar to 2048 (as seen on the bigwebs).

The game is played on a 4-4 grid, using the numpad keys; any other key exits. The game uses hexadecimally numbered tiles, and requires you to push all lose tiles in one direction or another to match up same-numbered tiles. When two tiles of the same magnitude clash, only one tile remains, and the number is adjusted up by one. Which one? that depends on the direction of your push.

At the start of each move, a new 1 (sometimes 2) tile is added to the board by the computer. Your goal is to join up-rank tiles until you see a tile with a magnitude of B. If you can do C, go for it.

Building

Simply make.