- Install Splashkit to your computer
- Enter command
git clone https://github.com/thoth-tech/build-a-game-teamto your terminal - Enter command
cd build-a-game-team - Enter command
skm g++ program.cpp -o game - Enter command
./gameto 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 |