GALACTIC is a top-down 2D space shooter game where your goal is to become the ruler of the galaxy.
Start "Galatic.py" to play. Test from windows.
- Delete the build and dist directories
- C:\Users\BalintM65435\AppData\Local\Programs\Python\Python310\Scripts\pyinstaller.exe --onefile Galactic.py --add-data ".txt;." --add-data "Sounds/;Sounds" --add-data "images/*;images"
- Galactic.exe is in the dist directory