|
|
|
Show HN: Snibble ā Snake x Scrabble where every match fits in a QR code
(snibble.gg)
|
|
1 points
by purple-leafy
28 days ago
|
|
Hi HN - I built Snibble, a browser word snake game. The technical bit: every match is deterministic and compresses into a tiny replay URL / QR code, so games can be shared and replayed without video. This is an early beta. Iād especially love feedback on:
- whether the submit/steal mechanic makes sense
- mobile onboarding
- performance
- the replay/QR artifact idea I built the engine from scratch in TypeScript/Canvas/WebGL over the last few months. Replays are generated from compressed event streams and re-simulated in the browser. |
|