Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 464 Bytes

File metadata and controls

17 lines (10 loc) · 464 Bytes

SPACESHIP GAME

  • The python script makes use of Pygame, a popular GUI module, to develop an interactive multiplayer Spaceship Game.
  • The 2 players compete to aim bullets at each other and the first player to lose their health, loses.

Requirements:

All the packages essential for running the script can be installed as follows:

$ pip install -r requirements.txt

Working:

GIF