We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to be able to play the game on a single computer. So we need to add functionality for second character keybindings.
GIVEN Player one has started a two-player game WHEN Player one presses WASD AND Player two presses arrow keys THEN both characters move independently
WASD
arrow keys
GIVEN Player one has spawned WHEN Player two spawns THEN Player two has spawned in a different location than player one
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We want to be able to play the game on a single computer. So we need to add functionality for second character keybindings.
Scenario 1: As a player, I want to be able to play a game with my friend on my computer
GIVEN Player one has started a two-player game
WHEN Player one presses
WASD
AND Player two presses
arrow keys
THEN both characters move independently
Scenario 2: As a player, I want to spawn on the map in a different location than the other player
GIVEN Player one has spawned
WHEN Player two spawns
THEN Player two has spawned in a different location than player one
The text was updated successfully, but these errors were encountered: