From 4a5b3f5490c8359f14ea6ad84dca2a6a85286d3b Mon Sep 17 00:00:00 2001 From: stacksmith Date: Fri, 4 Feb 2022 14:51:11 -0500 Subject: [PATCH] typos --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c3b86fd..d723814 100644 --- a/README.md +++ b/README.md @@ -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`.