A project for the course "Programming Practice".
Mainly inspired by @Voidmatrix, adding two characters and brand new buff game mechanics. Additionally, there is a beta online version.
first you need to install easyx and configure it correctly
then you can clone this project and run
mkdir build
cd build
cmake ..
make .
Key | Action |
---|---|
W | jump |
S | drow |
A | left |
D | right |
J | attack |
K | ex_attack |
Player 1 | Action | Player 2 | Action |
---|---|---|---|
W | jump | ↑ | jump |
S | drow | ↓ | drow |
A | left | ← | left |
D | right | → | right |
F | attack | . | attack |
G | ex_attack | / | ex_attack |
- add lockstep
- add fancy UI when connecting
- add more characters
- add more buff
- add more game mechanics
MIT