From 6c0c1317f8847b8e8e54af178c4bf35c03bc941e Mon Sep 17 00:00:00 2001 From: Aswandriel <152027306+Aswandriel@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:14:43 +0100 Subject: [PATCH] Add files via upload I thought the game needed instructions. --> Created an instructions file --- instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 instructions.md diff --git a/instructions.md b/instructions.md new file mode 100644 index 0000000..fec1d23 --- /dev/null +++ b/instructions.md @@ -0,0 +1,7 @@ +# INSTRUCTIONS +This game is meant for 2 players (one player controlling the red spaceship and one player controlling the yellow one) +The red spaceship is controlled by using the w a s d keys and the yellow ship is controlled with the arrow keys. + +To defeat your opponnent you need to shoot him with your bullets. You can shoot with the left or right control key depending on what player you are. + +Have fun playing and learning the pygame module!!! \ No newline at end of file