Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1010 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 1010 Bytes

Street Fighter

1. Project Description:

This project is a Clone of the Street Fighter Game. It has been developed in Python programming language, using the Pygame library.

This game is based on old arcade fighting games where two players go up against each other. There are independent controls for each player, both with their own attacks. There are two attacks that each player can execute, with different attack animations. This base game can be expanded to add more characters and attack types.

Player one controls are; A and D to move, W to jump, Q and E to attack. Player two moves and jumps with the arrow keys and attacks are with N and M. These controls are customizable in the source code.

2. Tech Stack:

  • Python 3
  • Pygame

URL: https://www.pygame.org/news

3. Installing:

  1. Clone the git repo
https://github.com/AadityaPanda/Street_Fighter.git
  1. Open project folder

  2. Explore

  3. Open main.py and run

  4. Play the game

Enjoy 😎