Switch Rush is a minimalist three-lane dodge game focused on one-thumb mobile controls, rhythm feedback, and installable delivery.
This repository is provided for portfolio display and learning reference only.
Without the author's permission, redistribution, commercial use, or secondary publication is not allowed.
- Root web version: can be run locally or deployed as a static site / PWA
android-app/: Android WebView wrapper project for building an installable Android app
- Three-lane dodge gameplay with one-finger controls
FLOW / FEVERrhythm feedback system- Lightweight built-in synthesized background music and sound effects
- Pause support, best-score saving, and a support page entry
- PWA install support
- Android WebView packaging support
README.md: English project overviewREADME_CN.md: Chinese project overviewCHANGELOG.md: iteration record from the initial version to the current buildRELEASE_CHECKLIST.md: checklist before pushing to GitHub or building a formal APK
cd D:\coding\codex
python -m http.server 4173Then open:
http://localhost:4173
Open this folder directly in Android Studio:
D:\coding\codex\android-app

