Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.82 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.82 KB

Planet Shooter

Planet Shooter is a simple, single-player browser-based shooter game where players click on planets to gain points. As the game progresses, objects drop faster, challenging the player's reflexes and precision.

🕹️ Gameplay

  • The objective is to shoot (click) as many planets as possible.
  • For every planet missed, your "miss count" increases.
  • Every 3 planets missed will cause you to lose 1 life.
  • A UFO resets the miss count, giving you a second chance.
  • As time progresses, the planets and other objects will drop faster, increasing the difficulty.

🎮 Controls

  • Mouse Click: Shoot planets by clicking on them.
  • Avoid missing too many planets to stay in the game.

🛠️ Technologies Used

  • WebGL: For rendering game objects.
  • TypeScript: The primary language for game logic.
  • Kaplay.js: A game programming library.

🚀 Future Improvements

  • Mobile Support: Planned for a future update to allow players to enjoy the game on mobile devices.

🧑‍💻 Installation & Setup

  1. Clone the repository:
    git clone https://github.com/jesuspinar/planet-shooter.git
  2. Navigate to the project directory:
    cd planet-shooter
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm run dev
  5. Open the game in your browser at http://localhost:5173.

🐛 Known Issues

  • None reported yet. Feel free to open an issue if you find any bugs!

🤝 Contributions

Contributions are welcome! If you'd like to improve the game, please follow these steps:

  1. Fork the repository.
  2. Create a new feature branch.
  3. Commit your changes and submit a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.