Geometrylite is an open-source browser game inspired by rhythm-based platformers with geometric visuals and obstacle challenges. Players jump, fly, and navigate between hazards while progressing through increasingly difficult rhythm-synchronized levels.
🌐 Live Online Version: https://www.geometrylite.net (geometrylite.net)
📦 GitHub Repository: https://github.com/AndrewC776/Geometrylite
Geometrylite offers fast-paced gameplay where timing and precision are key. The game combines simple controls with a rhythm-driven obstacle course that pushes player reflexes and focus.
- 🎵 Rhythm-synchronized platformer action
- 🚀 Geometric obstacles and fast reflex challenges
- ⚡ Browser-first experience (playable without installation) (geometrylite.net)
This project is built as a web game using modern front-end tooling, making it lightweight and easy to deploy.
The project uses industry-standard web development tools and languages:
- TypeScript — main language for game logic and controls
- CSS — visual styling
- HTML — page structure
- Vite — build tooling and development server
- Lightweight browser-compatible game logic with no heavy external engines (github.com)
- 🎯 Fast-paced rhythm and platforming gameplay
- 🔷 Sharp geometric graphics
- 🕹️ Simple one-button controls
- 🌍 Fully playable in modern browsers (desktop & mobile)
To run the game locally:
# Install dependencies
npm install
# Start local development server
npm run dev
# Build production version
npm run build