A fun quantum-themed game where you control a particle through various levels, featuring unique mechanics like quantum teleportation and particle collection.
- 30 progressively challenging levels
- Quantum teleportation mechanics
- Score tracking and lives system
- Pause/Resume functionality
- Share your scores
- Download and play offline
- Use arrow keys (← → ↑ ↓) to move
- Press SPACE to teleport
- Press P to pause/resume
- Collect quantum particles and avoid obstacles
- Reach higher levels by scoring points
- Create a GitHub account if you don't have one
- Create a new repository named
quantum-particle-race
- Upload all game files to the repository
- Go to repository Settings > Pages
- Select the main branch as source
- Your game will be available at
https://yourusername.github.io/quantum-particle-race
- Create a Netlify account
- Drag and drop your game folder to Netlify's upload area
- Your game will be instantly deployed with a Netlify subdomain
- You can add a custom domain later
- Create a Vercel account
- Connect your GitHub repository
- Vercel will automatically deploy your game
- You'll get a Vercel subdomain
- Clone the repository
- Open
index.html
in your browser - Start playing!
quantum-particle-race/
├── index.html
├── style.css
├── game.js
└── README.md
This game is open source and available under the MIT License.
Created with HTML, CSS, and JavaScript.