Skip to content

BharathC0/quantum-particale-race

Repository files navigation

Quantum Particle Race

A fun quantum-themed game where you control a particle through various levels, featuring unique mechanics like quantum teleportation and particle collection.

Game Features

  • 30 progressively challenging levels
  • Quantum teleportation mechanics
  • Score tracking and lives system
  • Pause/Resume functionality
  • Share your scores
  • Download and play offline

How to Play

  1. Use arrow keys (← → ↑ ↓) to move
  2. Press SPACE to teleport
  3. Press P to pause/resume
  4. Collect quantum particles and avoid obstacles
  5. Reach higher levels by scoring points

Publishing the Game

Option 1: GitHub Pages (Recommended)

  1. Create a GitHub account if you don't have one
  2. Create a new repository named quantum-particle-race
  3. Upload all game files to the repository
  4. Go to repository Settings > Pages
  5. Select the main branch as source
  6. Your game will be available at https://yourusername.github.io/quantum-particle-race

Option 2: Netlify

  1. Create a Netlify account
  2. Drag and drop your game folder to Netlify's upload area
  3. Your game will be instantly deployed with a Netlify subdomain
  4. You can add a custom domain later

Option 3: Vercel

  1. Create a Vercel account
  2. Connect your GitHub repository
  3. Vercel will automatically deploy your game
  4. You'll get a Vercel subdomain

Local Development

  1. Clone the repository
  2. Open index.html in your browser
  3. Start playing!

Files Structure

quantum-particle-race/
├── index.html
├── style.css
├── game.js
└── README.md

License

This game is open source and available under the MIT License.

Credits

Created with HTML, CSS, and JavaScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published