A game made with JovialEngine and Pygame-ce.
- install latest python 3
- open up command prompt or powershell in the
srcdirectory - run
python.exe -m venv venv- you can replace
python.exewith the full path to the appropriate file if it's not in your path
- you can replace
- run
venv\Scripts\activate.ps1 - run
pip install -r requirements.txt
- Alternately, you can use pycharm or some other IDE that will handle the virtual environment for you.
- setup virtual environment first
- run
run_windows.ps1from thescriptsdirectory
- setup virtual environment first
- run
build_windows.ps1from thescriptsdirectory
- run
setup_linuxfrom thescriptsdirectory
- setup virtual environment first
- run
run_linuxfrom thescriptsdirectory
- setup virtual environment first
- run
build_linuxfrom thescriptsdirectory