This commit is contained in:
stacksmith 2022-02-04 14:51:11 -05:00
parent bb8457c7ba
commit 4a5b3f5490
1 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,9 @@
# Overview
Eleven is a highly addictive (you've been worned) minimal terminal (requires unicode support) game for linux, similar to 2048 (as seen o\
n the web).
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 n\
umbered tiles, and requires you to slide them around 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.
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 y\
ou see a tile with a magnitude of 11. If you can do 12, go for it.
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`.