/bash2048

2048 in bash

Primary LanguageShell

An implementation of 2048 in bash.

Keys are HJKL.

There's really nothing special about this - I just wanted to see how quickly I could throw it together.

Counts rather than adding, to leave us room in a single char to represent 11 possibilities.