Merc Arena is a battle game where the players must attack the enemies and survive the fight to win. Our hero merc, a sword fighter, encounters two enemies on his way. Merc got three bottles of potions to restore his health, while the enemies got one potion each. Our mission is to help the merc fight the enemies and survive using the potions. Enjoy the mission!
- Arya Vijayan
Merc.Arena.mp4
In the game, you will control the merc who must defeat his opponents in a sword fight. You will need to use a combination of moves and attacks to defeat your opponent.
The game is won when one player reduces the other's health bar to zero. Bottle of potion can be used to restore health. Enemies use their potion once, when their health goes below 50%. No characters can use the health potion if they are dead.
Once the game begins, the merc can give his first strike by choosing the enemy to attack. If you hover the mouse over the enemy the cursor changes to a sword. Click on the enemy to attack.
Latest versions of :
Pygame
Random
Before playing the game, you will need to have Pygame installed on your computer. Pygame can be installed via pip, a package manager for Python.
To install Pygame, simply run the following command in your terminal:
pip install pygame
To install Random, run the command :
pip install random2
Clone this repository
https://github.com/AryaV14/Merc_Arena.git
Run the main.py file.