Fast Shoot'em up in Python
cd py_shmup/
pip3 install -r requirement
- Download the archive:
git clone https://github.com/2ndcouteau/py_shmup
- Go in srcs/ :
cd srcs
-
[OPTIONAL] Compile the python code with Pyinstaller :
- on MacOS:
pyinstaller Pyshmup_mac.spec
- on GNU/Linux system:
pyinstaller Pyshmup_linux.spec
-
Run the game:
./python3 ./main.py
or, if you compile with pyinstaller :
cd /dist
./Pyshmup
- Enjoy
Thank to : list people from