From efbc45e7ffd95d2abed58ac44facf494a64490c2 Mon Sep 17 00:00:00 2001 From: Charles Mangin Date: Wed, 5 Dec 2018 14:34:38 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acca5d7..6dab2b5 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Simple block-dropping game for Apple II BRUN DROPBLOCK -Game starts in self playing "attract mode". +Game starts in self-playing "attract mode". Press SPACE to start your game. R to reset/restart. ESC to quit. -Press J and L to move the dropping blocks left and right. +Press J and L to move the dropping blocks left and right. Match colors to make blocks disappear. Bonus points for matching 4 blocks at once, which also clears 2 lines at once. @@ -19,11 +19,11 @@ Updated variant, based on DROPBLOCK. BRUN BLOCKCHAIN -Game starts in self playing "attract mode". +Game starts in self-playing "attract mode". Press SPACE to start your game. R to reset/restart. ESC to quit. -Press J and L to move the dropping blocks left and right. +Press J and L to move the dropping blocks left and right. K will drop the block in place. Match colored blocks to form "block chains" of progressive colors. Red blocks combine to make Orange, Orange blocks combine to yellow, and so on. Each level adds another type of chain to form, and gets a little faster.