800 is a 2048-style game for the command line.

<p align="center"><img src="/demo.gif?raw=true"/></p>

To play:

```bash
npm install -g 0x800
800
```

**TODO:**

- a new number should be added only if user input resulted in a change on the board


