Skip to content

2ndcouteau/py_shmup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_shmup

Fast Shoot'em up in Python

How to install

Install dependancies

cd py_shmup/
pip3 install -r requirement

Install Game

  1. Download the archive:
git clone https://github.com/2ndcouteau/py_shmup
  1. Go in srcs/ :
cd srcs
  1. [OPTIONAL] Compile the python code with Pyinstaller :

    • on MacOS:
    pyinstaller Pyshmup_mac.spec
    
    • on GNU/Linux system:
    pyinstaller Pyshmup_linux.spec
    
  2. Run the game:

./python3 ./main.py

or, if you compile with pyinstaller :

cd /dist
./Pyshmup
  1. Enjoy

Credits

Thank to : list people from

About

Simple Shoot 'em up in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published