Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zombie Game (Java)

License

Overview

This is a text-based (or potentially GUI-based, depending on your implementation) Zombie survival game built using Java.This project was originally developed for a school assignment.

Features

  • Zombie Encounters: Face off against hordes of zombies with varying strengths and behaviors.
  • Resource Management: Scavenge for essential resources like food, water, and weapons.
  • Strategic Choices: Make critical decisions that impact your survival.
  • Turn-Based Gameplay: (If applicable) Each turn presents new challenges and opportunities.
  • Character Progression: (If applicable) Improve your character's skills and abilities over time.
  • Multiple Endings: (If applicable) Your choices determine your fate.

Getting Started

Prerequisites

  • Java Development Kit (JDK): Make sure you have the JDK installed on your system. You can download it from Oracle's website.
  • Integrated Development Environment (IDE): While not strictly required, an IDE like IntelliJ IDEA or Eclipse is highly recommended for Java development.
  • Git: You will need git installed to clone the repository.

Installation

  1. Clone the Repository:

    git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY_NAME.git

    (Replace YOUR_USERNAME and YOUR_REPOSITORY_NAME with your actual GitHub details.)

  2. Navigate to the Project Directory:

    cd YOUR_REPOSITORY_NAME
  3. Compile the Code:

    javac src/*.java

    (If you have a more complex folder structure, adjust the command accordingly.)

  4. Run the Game:

    java Main

    (Replace Main with the name of your main class if it's different.)

Running with an IDE

  1. Open the project in your chosen IDE.
  2. The IDE should automatically detect the Java source files.
  3. Locate the main class (the one with the public static void main(String[] args) method).
  4. Right-click on the main class and select "Run" or "Debug."

Gameplay

  • Objective: Survive as long as possible against the zombie threat.
  • Controls: (Describe the controls here, e.g., text commands, GUI buttons, etc.)
  • Tips: (Provide some basic survival tips for new players.)

Contributing

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

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your branch to your forked repository.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

If you have any questions or suggestions, feel free to contact me at [Your Email Address].

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages