Skip to content

Undeadtaker/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders

These are only the python files that can be found. The whole project along with the assets/images/sounds can be found uploaded on Edesktop.

HOW TO START SINGLEPLAYER

Run Main.py

HOW TO START MULTIPLAYER

  1. Open up LanGame.py and LanGame1.py

  2. In the class Network innit method change the self.host to whatever your IPv4 address is. In case you don't know how to fetch that, do the following:

          1) Open up cmd 
          2) Type ipconfig 
          3) Find IPv4 address
    
  3. Do it for both LanGame.py and LanGame1.py

  4. Run Server.py first, then run LanGame.py and LanGame1.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages