A mobile-first Progressive Web App (PWA) - the fast-paced party game where you guess words by tilting your phone.
- 25 pre-loaded deck categories with 20 cards each
- Custom deck creation and management with cloud backup
- Tilt controls for mobile devices
- Desktop fallback controls
- Configurable timer (30/45/60/90/120 seconds)
- Audio countdown and sound effects
- Round summary with detailed results
- Cloud sync with Supabase
- Offline support via service worker
- Installable as a PWA on mobile devices
Visit: https://jacobaross.github.io/flipquik-plus
- Choose a deck category
- Hold your phone to your forehead
- Tilt forward when you guess correctly
- Tilt backward to skip
- Try to get as many correct as possible before time runs out!
python3 -m http.server 8000Then open http://localhost:8000
- Vanilla JavaScript
- CSS3 with CSS Variables
- DeviceOrientation API
- Web Audio API
- Service Worker API
- Supabase (Cloud Database)
- Local Storage API