🌐 Part of the BiosSystem Suite
Universal Retro Arcade is a premium, open-source collection of 11 classic and 2000s-era game replicas. Built from scratch using modern web technologies (Phaser 4, TypeScript, Vite) and packaged natively for all platforms via Tauri v2.
Enjoy pixel-perfect gameplay with full gamepad support, hardware-accelerated GLSL CRT shaders, and local persistence - without needing external emulators or illegal ROMs.
- 11 Built-In Games - Snake, Pong, Asteroids, Breakout, Frogger, Space Invaders, Tetris, Minesweeper, Runner, Flappy Bird, and Cyber Chasm.
- Hardware Gamepad Support - Plug-and-play support for Xbox and PlayStation controllers via the HTML5 Gamepad API.
- Hardware-Accelerated Post-FX - Toggle GLSL CRT scanlines, chromatic aberration, and barrel distortion (
Ctrl+Shift+C). - Cross-Platform Native - Less than 15MB binary size for desktop (macOS, Windows), with native Android APK support.
- Self-Contained Architecture - Zero external ROMs. High-score tracking via IndexedDB.
1. Install Prerequisites:
- Node.js 20+
- Rust toolchain
- Tauri CLI:
npm install -g @tauri-apps/cli
2. Setup & Run:
git clone https://github.com/BiosSystem/retro-game-replicas.git
cd retro-game-replicas
npm install
npm run tauri devFor comprehensive details on architecture (IPC bridge, capability scoping), deployment, security mechanisms, and the complete feature matrix, please visit the Developer Wiki:
Copyright © 2026 BiosSystem | Powered by BiosSystem Kernel