A BIG greeting here to all of the participators and users of this project!
Currently we can not determine what name should we have for this project, leave your ideas at disscussions!
This project's main content is a Fully Functional Game Engine, designed for interactive games using pre-rendered picture, e.g. galgames.
This game engine using json files for describing stories.
Pull the repo first
Then follow the instructions below:
This should work on any platform using Python 3.9 or higher, currently, this is tested to work on Ubuntu 22.04 LTS, Windows 11, Windows 10 and MacOS on Apple Sillicon
But you need to install Python on your own, STFW
pip -r requirements.txt
or pip3
, if you're using Unix/Linux
Install FFmpeg
Windows: winget ffmpeg
or scoop ffmpeg
MacOS: brew install ffmpeg
Linux: Since you're using linux distros, build them from source or finding a package by yourself.
Codes of native win32 popup windows is provided in /x64/Debug/ folder, currently successfully compiled using latest VS2022 and msvc 14.39.
Linux and MacOS are currently not supported, Linux's version is currently only a plan and there will never be a MacOS version from me.
python main.py
or python3 main.py
, depends on your platform
If you run into errors, STFW before open a new issue, please follow the contributing guidelines.
Very Welcomed, see contributing.md for details.