All experiments · Snake — Combo Edition

About & Research Log

Summary

Snake — Combo Edition is a faithful rebuild of the classic Snake arcade game with a combo chaining twist: eat food within a 4-second window to chain a multiplier (+0.5x per chained food). Built mobile-first with swipe + on-screen D-pad, live stats, and a global leaderboard. This page documents the complete build for research transparency.

Model & tools

Why Snake

Snake is the ideal second experiment: its mechanics are simple, universally known, and — unlike most classics — not encumbered by trademark (the gameplay mechanics are in the public domain; the original Nokia-era presentation is long since generic). It also lets us prove the one-command scaffold: node scripts/new-experiment.mjs snake created the full experiment structure, nav, and tab pages with zero manual plumbing edits.

The twist: combo chaining

The core is faithful Snake (grid movement, growth, wall/self collision). The twist adds a combo system consistent with the hub's 2048 experiment:

Build & verification

Assets & licensing

Session log