This project is a turn-based combat game where you control different characters to battle against each other.
- Choose from multiple character classes, such as "Assassin", "Paladin", "Berzerker", "Monk", and "Fighter" 👥.
- Each character has unique abilities and different statistics 💪.
- Engage in turn-based battles against enemies 🥊.
- Use basic attacks and special skills to defeat your opponents 💥.
- The game ends when all enemies are defeated or when you run out of turns ☠️.
Clone the GitHub repository:
git clone https://github.com/Washer34/THP-Survive-The-Arena
Navigate to the project directory:
cd THP-Survive-The-Arena
Open the index.html file in your browser to start the game.
- Press the "Enter" key to start the game.
- Read the on-screen/console instructions to choose your actions.
- Use the corresponding numbers for options to perform attacks and special actions.
- The game progresses in turns until there is a winner or the number of turns runs out.
Contributions are welcome! If you would like to improve the game or add new features, you can follow these steps:
- Fork the GitHub repository.
- Create a branch for your modifications: git checkout -b feature/new-feature.
- Make your changes and commit them: git commit -m "Add a new feature".
- Push your changes to the repository: git push origin feature/new-feature.
- Open a Pull Request in the original repository.
Washer34 (@Washer34)