Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 504 Bytes

Space Battle! 👾🛸

A simple locally run, 2 player pygame application.

Demo

Quick start!

  • clone the code
  • cd space battle and run pip3 install -r requirements.txt
  • python3 main.py
  • Play the game!

Controls

Yellow Space Ship:

  • movement = 'w', 'a, 's', 'd' keys
  • shooting = left shift key

Red Space Ship:

  • movement = arrow keys
  • shooting = right shift key