GitHub - izabera/bitwise-challenge-2048: 2048 with only 64 bits of state
The Bitwise Challenge: 2048
This is an implementation of the classic 2048 game in your terminal:
Share your game state with friends by just sending them a number!
If the $STATE env variable isn't set, it generates a fresh random seed.
Otherwise the board state and all future spawned cells will be deterministic....
Read more at github.com