A Unison implementation of the game 2048 that uses the terminal as the user interface.
First, pull down this repo into ucm
. Here we pull the entire repo into a local namespace called _2048
:
.> pull https://github.com/samgqroberts/2048-unison _2048
Then, run
.trunk.cli.play2048
.> run _2048.trunk.cli.play2048
- Gabrielle Cirulli (@gabrielecirulli) who created the original version of the game.
- The contributors to 2048-cli, which was a very helpful reference in how to put 2048 in the terminal.
- @atacratic who created the one external library this application uses (for random number generation).