Show HN: Snibble – Snake x Scrabble where every match fits in a QR code

purple-leafy1 pts0 comments

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

snibble snake match code built browser

Related Articles