KosyoK1104 / python-NBU-project

0 stars 0 forks source link

python-NBU-project

Install packages

pip install -r requirements.txt

Packages

Examples to use

Dependencies

Make an executable file

Run:

pyinstaller main.py --name NAME --noconsole -i File.ico

Folder Structure

├──data                         # Game Files
│   ├──Explosion                # Explosion animation
│   ├──GAME_OVER_SCREEN         # Game Over screen animation
│   ├──Gif_Animation            # To be deleted?
│   ├──Healthbar                # Healthbar images
│   ├──Laser Sprites            # Laser sprite images
│   ├──sprites                  # Sprites
│   │    ├──items               # Items sprites
│   │    ├──Ship                # Ship sprites
├──src                          # Code files
├──venv                         # Python venv folder