Skip to content

mnmat/SGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Giulio Bros Vol.30

INSTALLATION GUIDE:

Download SGB folder. Copy commands below into Terminal.

  1. xcode-select --install
  2. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf
  4. brew install Caskroom/cask/xquartz
  5. brew install python@3.8
  6. Go to SGB folder
  7. python3.8 -m venv .venv; source .venv/bin/activate
  8. pip install -r requirements.txt

RUN CODE:

  1. Go to SGB folder
  2. source .venv/bin/activate ## if virtual environment not active
  3. python3.8 sgb.py

BUILD EXECUTABLE:

  1. Go to SGB folder
  2. pyinstaller --clean -F --onefile --add-data "resources:resources" sgb.py
  3. Executable will be stored in ./dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages