[BACK_TO_PRODUCTS]
Activev1.8.0// Game / Casual

Snake Retro

Classic Gaming Reimagined

The legendary snake game rebuilt with pixel-perfect graphics, synthwave aesthetics, and competitive multiplayer.

> cat ./overview.md

A reimagining of the classic snake through the lens of modern game development.

Hand-crafted pixel sprites at native resolution, deterministic physics for fair competitive play, and a real-time multiplayer netcode that holds 60fps on phones.

Synthwave palette, scanlines and bloom for that arcade feel — without the quarters.

> ls ./features

Pixel-Perfect Art

Native-resolution sprites, no scaling artefacts.

Deterministic Physics

Lockstep simulation for fair competitive matches.

Online Leaderboards

Global, regional and friends-only ranking modes.

Offline First

Full single-player loop without a network connection.

> cat ./stack.json

{

"name": "Snake Retro",

"category": "Game / Casual",

"stack": [

"WebGL2",

"Rust",

"WebAssembly",

"WebRTC"

]

}