- Multiplayer in LAN
- C# (more levels and sound effects)
- Python3 (basic, but with multiplayer)
$ "spaceinvaders - C# version\ConsoleApplication31\bin\Debug\ConsoleApplication31.exe"For singleplayer:
$ python3 "spaceinvaders - Python version\game.py"For multiplayer:
- host:
$ python3 "spaceinvaders - Python version\game.py"- guest:
$ python3 "spaceinvaders - Python version\game.py" <HOST_IP>
