dropblocks/README.md

30 lines
992 B
Markdown
Raw Permalink Normal View History

2018-11-29 21:55:27 +00:00
# DROPBLOCK
2018-11-21 19:23:01 +00:00
Simple block-dropping game for Apple II
2018-11-21 19:25:51 +00:00
BRUN DROPBLOCK
2018-12-05 19:34:38 +00:00
Game starts in self-playing "attract mode".
2018-11-21 19:25:51 +00:00
Press SPACE to start your game.
R to reset/restart.
ESC to quit.
2018-12-05 19:34:38 +00:00
Press J and L to move the dropping blocks left and right.
2018-11-21 19:25:51 +00:00
Match colors to make blocks disappear. Bonus points for matching 4 blocks at once, which also clears 2 lines at once.
Progress indicator at bottom of screen shows how many more points you need until the next "level" where things get a little more difficult.
2018-11-29 21:55:27 +00:00
# BLOCKCHAIN
Updated variant, based on DROPBLOCK.
BRUN BLOCKCHAIN
2018-12-05 19:34:38 +00:00
Game starts in self-playing "attract mode".
2018-11-29 21:55:27 +00:00
Press SPACE to start your game.
R to reset/restart.
ESC to quit.
2018-12-05 19:34:38 +00:00
Press J and L to move the dropping blocks left and right. K will drop the block in place.
2018-11-29 21:55:27 +00:00
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.