2048 with only 64 bits of state

https://news.ycombinator.com/rss Hits: 14
Summary

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.

First seen: 2025-06-22 19:56

Last seen: 2025-06-23 09:04