a simple ascii version of the game http://gabrielecirulli.github.io/2048/
Game:
- hit any arrow key, wasd or hjkl to indicate a direction.
- numbers get pushed in that direction.
- any two adjacent similar numbers combine to the next larger one.
- numbers are 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b
- try to reach a 'b'!
- on each turn, a new '1' or '2' is dropped in an empty space.
- when the board is full, you have lost.
- hit Ctrl-C to exit the game.
2346
.234
.123
...2
<
2346
234.
123.
2.1.
^
3456
123.
2.1.
....