Skip to content

This is one of my first implementation of a game to learn Object Oriented Programming. This is a simple Tekken type multiplayer game.

License

Notifications You must be signed in to change notification settings

Tirthraj-Raval/Brawler-Fighters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brawlers-Fighting-Game

Brawlers-Fighting-Game

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.

Table of Contents

About the Game

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.

Features

  • 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.

Screenshots

Take a look at how our game actually looks.

The Counter for 3-2-1 and the fight begins.

In Game info

The way the warrior swings the sword is amazing. Also the attacks of wizard are incredible.

Fight-Scene

Technologies Used

  • Python version 3.11.0 or above
  • Pygame module
  • Sprite Sheets and Sound.

How to Play

Warrior Controls

  • Move: W,A,S,D
  • Attack: R,T

Wizard Controls

  • Move: Arrow Keys,
  • Attack: Numpad (1,2)

Getting Started

Prerequisites

  • Python 3.x installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Tirthraj-Raval/Brawler-Fighters.git
    cd Brawlers-Fighting-Game
  2. Install the required dependencies:

    pip install pygame

Running the Game

To start the game, run the following command:

python main.py

Contribution Info

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.

Note

You might need to change paths in the imports because the paths are not dynamic.

About

This is one of my first implementation of a game to learn Object Oriented Programming. This is a simple Tekken type multiplayer game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages