Welcome to Brawlers-Fighting-Game, an exciting two-player fighting game inspired by Tekken. This game features a fierce battle between two fighters: a Wizard and a Warrior, each vying for fortune and glory.
Brawlers-Fighting-Game is a multiplayer game where two players can battle each other using the same keyboard. The game was created as a project to learn and demonstrate Object-Oriented Programming (OOP) principles in Python.
- Two Unique Fighters: Choose between a Wizard and a Warrior, each with unique abilities and fighting styles.
- Multiplayer: Play with a friend on the same keyboard.
- Simple Controls: Easy-to-learn controls to ensure quick and fun gameplay.
- Object-Oriented Design: The game is built using OOP principles, making the code modular, reusable, and easy to maintain.
The Counter for 3-2-1 and the fight begins.
The way the warrior swings the sword is amazing. Also the attacks of wizard are incredible.
- Python version 3.11.0 or above
- Pygame module
- Sprite Sheets and Sound.
- Move: W,A,S,D
- Attack: R,T
- Move: Arrow Keys,
- Attack: Numpad (1,2)
- Python 3.x installed on your machine.
-
Clone the repository:
git clone https://github.com/Tirthraj-Raval/Brawler-Fighters.git cd Brawlers-Fighting-Game
-
Install the required dependencies:
pip install pygame
To start the game, run the following command:
python main.py
I am planning to add levels to this game so if some one can help me get good sprite sheets then it would be of great help. The sprite sheet for a ew character ben 10 rath is included in the images folder. Take a look and see if you can help me add level to this game with our new character as rath.
You might need to change paths in the imports because the paths are not dynamic.