mirror of
https://github.com/david-schmidt/AII2048.git
synced 2025-08-15 08:27:46 +00:00
Update README.md
This commit is contained in:
@@ -5,6 +5,10 @@ Apple II 2048 Game - based on the engine from Carlos Duarte do Nascimento (Chest
|
|||||||
|
|
||||||
It is starting out as the rawest of raw ports, with just a text UI that can run on both Apple II and Apple /// computers and emulators.
|
It is starting out as the rawest of raw ports, with just a text UI that can run on both Apple II and Apple /// computers and emulators.
|
||||||
|
|
||||||
|
Download
|
||||||
|
--------
|
||||||
|

|
||||||
|
|
||||||
Gameplay
|
Gameplay
|
||||||
--------
|
--------
|
||||||
The spacebar resets the game at any time and starts over. Arrow keys shift the board. A high scrore is kept as games progress. Each value displayed in the grid can be interpreted as 2^n where 'n' is the value being displayed. The goal is to get to 11, or 2^11 = 2048!
|
The spacebar resets the game at any time and starts over. Arrow keys shift the board. A high scrore is kept as games progress. Each value displayed in the grid can be interpreted as 2^n where 'n' is the value being displayed. The goal is to get to 11, or 2^11 = 2048!
|
||||||
|
Reference in New Issue
Block a user