/Space-Zone-Python

2p python game where you can fight a battle with your friend.

Primary LanguagePython

Space Zone

2p python game where you can fight a battle with your friend.

Gameplay screen-shoot

Screenshot 2024-06-23 135903

How to Run?

  • Download project as zip file or if you have git downloaded, using
git clone https://github.com/karolkasperek/space-zone-python.git
  • If you already have python installed, download pygame module by
pip install pygame
  • Now, you can open folder with main module and just run the game by following command
python main.py

Inspired by TechWithTim