/2048-unison

A Unison implementation of the game 2048 that uses the terminal as the user interface.

2048-unison

A Unison implementation of the game 2048 that uses the terminal as the user interface.

Screenshot

Installation

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

Acknowledgements