- Install Splashkit to your computer
- Enter command
git clone https://github.com/thoth-tech/build-a-game-team
to your terminal - Enter command
cd build-a-game-team
- Enter command
skm g++ program.cpp -o game
- Enter command
./game
to play
Input | Description |
---|---|
W Key | Jump |
A Key | Move Left |
D Key | Move Right |
S Key | Crouch |
F Key | Attack/Interact |
Input | Description |
---|---|
Up Arrow | Jump |
Left Arrow | Move Left |
Right Arrow | Move Right |
Down Arrow | Crouch |
L Key | Attack/Interact |
Input | Description |
---|---|
Enter / H Key | Pause |
Enter / F Key | Selection |