A minimal terminal puzzle game in the spirit of 2048.
Go to file
StackSmith a115ff2edd ok 2023-06-29 11:56:57 -04:00
LICENSE cleanup, license 2022-02-04 14:01:41 -05:00
Makefile ok 2023-06-29 11:56:57 -04:00
README.md typos 2022-02-04 14:51:11 -05:00
eleven.core.c ok 2023-06-29 11:56:57 -04:00
eleven.h ok 2023-06-29 11:56:57 -04:00
eleven.term.c cleaned up display 2023-06-14 17:40:01 -04:00

README.md

Overview

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

The game is played on a 4-4 grid, using I-J-K-L keys (I is up, J is left, K is down, L is right); any other key exits. The game uses 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 11. If you can do 12, go for it.

Building

Simply make.