AII2048/README.md

19 lines
910 B
Markdown
Raw Normal View History

2014-06-13 18:37:14 +00:00
Apple II - 2048
2014-06-13 14:54:46 +00:00
=======
2014-06-13 16:01:51 +00:00
Apple II 2048 Game - based on the engine from Carlos Duarte do Nascimento (Chester)'s 2048 game for the Atari 2600: https://github.com/chesterbr/2048-2600
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.
2014-06-13 18:31:30 +00:00
2014-06-13 19:08:11 +00:00
Download
--------
![Disk image for Apple II and Apple ///](https://github.com/david-schmidt/AII2048/blob/master/AII2048.DSK?raw=true)
2014-06-13 18:37:14 +00:00
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!
2014-06-13 18:31:30 +00:00
Screenshot
----------
2014-06-13 18:32:03 +00:00
![Awesome screenshot - you have to see it to believe it!](https://raw.githubusercontent.com/david-schmidt/AII2048/master/src/doc/img/Game.png )