About Slitheroo

Slitheroo is published by slitheroo.online under the tagline classic games reborn. The project exists to turn a familiar Snake-style loop into a browser game that feels maintained, competitive, and worth returning to instead of a throwaway demo.

This site is intentionally small and focused. The goal is not to host dozens of lightly reskinned arcade games. The goal is to keep improving one game, document how it works, and make the surrounding help, policy, and update pages useful on their own.

Why This Project Exists

Most web Snake projects fall into one of two buckets: faithful but bare clones, or flashy remixes that are not maintained after launch. Slitheroo was built to sit in the middle. It keeps the fast, readable rules that make Snake instantly understandable, then layers in a few systems that create repeat visits: daily competition, multiple modes, personal stats, achievements, and a live leaderboard.

The browser is the right home for that idea. A player should be able to open the page, choose a nickname, and start within seconds on desktop or mobile. No install, no account wall, and no waiting for an app-store style setup flow.

How Slitheroo Is Built

The game runs in a single HTML canvas with vanilla JavaScript. Core gameplay logic, rendering, swipe handling, score flow, achievements, and saved local stats live directly in the front end. Supabase is used for leaderboard storage and retrieval so daily and all-time rankings can be updated without turning the game into a heavy app.

Daily Challenge mode uses a seeded board so every player gets the same conditions for that day. Stats, achievements, streaks, and personal preferences stay in the browser. That split is deliberate: competitive scores need a remote service, while personal progress should keep working even if the player is offline.

Maintenance Approach

Slitheroo is maintained as an active independent project. Public changes are logged in the changelog, design notes are published in the devlog, and support questions are collected in the help page. The site is reviewed regularly for broken text, outdated explanations, and pages that no longer match the actual game behavior.

When a gameplay feature changes, the goal is to update the game and the surrounding documentation together. That includes mode descriptions, leaderboard explanations, privacy disclosures, and help content.

Editorial Standard

Pages on slitheroo.online are meant to be specific to this game. New content should be based on the real game state, not generic arcade filler. Strategy pages should describe actual mechanics. Help pages should solve actual player problems. Update notes should reflect shipped work or clearly labeled planned work.

AI-assisted drafting may be used during editing, but published copy is reviewed and rewritten to reflect the real product, the live rule set, and the actual publisher voice.

Publisher Details

Publisher: slitheroo.online

Brand line: classic games reborn

Support and business contact: wsuperheros@gmail.com

If you are reviewing the site, reporting a bug, or asking about rights or policy, use the contact page so the request lands in the right category.