A fun, reflex-based zombie shooting game made as part of my Computer Science studies 👨💻. Click zombies before they escape and rack up your score! 🎯
- Intuitive click-to-shoot mechanics 🖱️
- Score tracking: zombies hit 💥 vs escaped 🧟
- Difficulty increases over time ⏱️
- Lightweight Java-based implementation ☕
- Compile or run the game file
- Click zombies as they appear
- Avoid misses – your score depends on it!
- The game ends when too many zombies escape
- Java 8 or higher (JRE or JDK)
- Works best in IntelliJ or any Java IDE
- Clone the repository:
git clone https://github.com/qualv13/ZombieGame.git
- Navigate to the project directory
cd ZombieGame - Compile and run the game (if not using an executable):
javac ZombieGame.java java ZombieGame
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a pull request
Please ensure your code follows the project's style and includes appropriate tests.
Distributed under the MIT License. See LICENSE file for more information.
