Hisstastic
LiveRetro snake-inspired arcade game. Vanilla JS + Capacitor (Android). PWA. Live everywhere.
1. 4 Dynamic Power-Up Types
Hisstastic keeps the classic snake formula fresh with four distinct power-ups — Immunity (brief invincibility that lets you phase through your own tail), Speed Boost (a burst of velocity for high-risk scoring), Shield (absorbs one collision), and Score Multiplier (doubles points for a limited time). Each has its own distinct color, audio cue, and visible game effect, giving you real-time feedback on what's active.
2. Global Leaderboard via Supabase
Compete anonymously — the game generates a whimsical player name on your first high score and syncs only your personal best to the global leaderboard. If you're offline, your score queues locally and syncs when connectivity returns. No account, no email, no password. Just your best run against the world.
3. Dual-Runtime Architecture
Hisstastic runs as a browser-based PWA with full offline cache support and as a native Android APK via Capacitor (just 6.6 MB). A Python/Pygame reference implementation is preserved for tinkering. The game engine supports deterministic replay recording, playback, and verification — every run can be rewound and audited.
4. Rich Visual and Audio Experience
Choose from four themes — Classic, Midnight, Desert, and Ocean — each with its own palette and mood. Procedural audio generates sound effects and looping music in real-time; no audio files needed. Mobile players get haptic feedback. Three difficulty levels (Easy, Normal, Hard) adjust speed and power-up frequency. DPR-aware rendering keeps pixels crisp on Retina displays.
5. Cross-Platform Distribution
Play instantly in any browser via the PWA, install the Android APK for native performance, or run the Python desktop version. Portrait and landscape modes are both supported, with a 360×560 mobile-optimized grid. The game never crashes on missing audio or assets — every subsystem is hardened with a fallback.
Part of the Kovina ecosystem
A collection of open-source tools built for ownership, permanence, and everyday use.
Explore All Projects