A minimal terminal puzzle game in the spirit of 2048.
Go to file
stacksmith 4a5b3f5490 typos 2022-02-04 14:51:11 -05:00
LICENSE cleanup, license 2022-02-04 14:01:41 -05:00
Makefile initial 2022-02-04 13:54:35 -05:00
README.md typos 2022-02-04 14:51:11 -05: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 cleanup, license 2022-02-04 14:01:41 -05: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.