Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 504 Bytes

CyberFighter-Game

/!\ This game is actually in development /!\ .

To launch the game please execute the following commands in your terminal :

cd coding g++ -c main.cpp g++ main.o sfml-app -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio ./sfml-app

Controls :

First character :

Left_Arrow = Move the character to the left. Righ_Arrow = Move the character to the right. Space = Attack.

Second character :

Q = Move the character to the left. D = Move the character to the right. Z = Attack.