A simple and fun bug-squashing game created with magicpatterns.
Play the game here: https://bugblitz.fun/
BugBlitz is a fast-paced and exciting game where your goal is to eliminate as many bugs as you can within a 60-second time limit. Test your reflexes and see how high you can score! 🕹️
- You have 60 seconds to tap on the bugs that appear on the screen.
- Tapping on a bug "zaps" it and earns you points.
- Be quick to build up your combo bonus for a higher score.
- Combo Bonus: Quickly tapping on bugs will increase your combo bonus, multiplying your score.
- Special Bugs: Watch out for special bugs that can help you out:
- Extra Points: Some bugs are worth more points than others.
- Slow Down Time: Certain bugs will slow down the clock, giving you more time to score.
- Shields: Other bugs can grant you a shield for protection.
- magicpatterns - An AI prototyping platform that helped bring BugBlitz to life.
To get a local copy up and running, follow these simple steps.
You will need to have Node.js and npm (or yarn) installed on your machine.
- Clone the repo
git clone https://github.com/aafre/BugBlitz.git
- Install NPM packages
npm install
- Run the development server
npm run dev
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
"""