Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.65 KB

README.md

File metadata and controls

65 lines (41 loc) · 2.65 KB

Zombie-Hunt

Zombie Hunter is a classic shooting game where the player's objective is to shoot as many zombies as possible. The player earns points for each zombie shot, but be careful! Missing a zombie will reset your score to zero. The game features zombies flying across the screen at varying speeds, and the player must aim and shoot them using the mouse cursor.

Features

  • Simple and intuitive gameplay
  • Shoot zombies by clicking on them
  • Score points for each zombie shot
  • Missing a zombie resets your score to zero
  • Background music and sound effects for an immersive experience
  • Game over pop-up when score reaches zero
  • Killing spree bonus for every 20 zombies shot
  • Dynamic difficulty: zombies spawn faster as you progress

Installation

To run Zombie Hunter on your computer, follow these steps:

  1. Clone the repository: Download or clone the zombie Hunter repository to your local machine using the following command:

    git clone https://github.com/nopantscarl/zombie-hunter.git
    
  2. Install Python: Make sure you have Python installed on your system. zombie Hunter requires Python 3 to run.

  3. Install dependencies: Navigate to the project directory and install the required dependencies using pip:

    pip install pygame
    
  4. Run the game: Once everything is set up, run the game by executing the following command in the terminal:

    python zombie_hunter.py
    
  5. Enjoy the game: Play Zombie Hunter and have fun shooting zombies!

Controls

  • Left Mouse Button: Shoot (click on zombies to shoot them)

Credits

Zombie Hunter was created as a project for Python programming

License

This project is licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.

This means you are free to:

  • Share — copy and redistribute the material in any medium or format.
  • Adapt — remix, transform, and build upon the material.

Under the following terms:

  • Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial: You may not use the material for commercial purposes.
  • No additional restrictions: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

For more details, please see the /Master/LICENSE file.