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.
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.