Welcome to University Street Fighter, a fast-paced fighting game where players battle using strategic movement and powerful attacks!
- Movement:
A,W,S,D - Fight Moves:
Q(Right Punch),E(Left Punch)
- Movement: Arrow Keys (
←,↑,↓,→) - Fight Moves:
K(Right Punch),L(Left Punch)
git clone https://github.com/YaqubRahman/UniversityStreetFighter.git- Launch IntelliJ IDEA.
- Click "Open" and navigate to the folder where you cloned the repository.
- Select the
UniversityStreetFighterfolder and click OK to open the project.
- Check if Java is installed by running the following command in your terminal:
java -version- In IntelliJ IDEA, navigate to the
Game.javafile (usually undersrc). - Open
Game.java. - Click the green Run button at the top, or press
Shift + F10to start the game. - If needed, go to Build > Build Project before running.
This project is non-commercial and purely for educational/showcase purposes

