Apple II 2048 Game
Go to file
david-schmidt bdc7b1b081 Add downloadable disk image 2014-06-13 15:03:14 -04:00
build Factor out common ProDOS and SOS code, center display 2014-06-13 14:22:42 -04:00
src Add 'won' message 2014-06-13 14:47:28 -04:00
.gitignore Add .gitignore 2014-06-13 10:58:50 -04:00
AII2048.DSK Add downloadable disk image 2014-06-13 15:03:14 -04:00
README.md Update README.md 2014-06-13 14:37:14 -04:00

README.md

Apple II - 2048

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.

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!

Screenshot

Awesome screenshot - you have to see it to believe it!