A native looking version of Progress Quest - the oldest idle MMORPG
I've been playing Progress Quest for months now but unfortunately there doesn't seem to be a native version for Linux and MacOS, and if I were to run in on OS other than Windows, I would have to download the exe and execute it through Wine.
So yeah, let's take the source code, translate it to Python, and make a GUI for it in PyQt5
If you want to run the website on your local machine:
- Clone the repository:
git clone https://github.com/melvinchia3636/PyQt5ProgressQuest
. - Download
pyqt5
,js2py
usingpip
- Run
python3 main.py
This project is completed except the multiplayer feature. If any bugs are found, please file an issue here, and I'll resolve it ASAP. Feel free to contribute to the project as well.
Thanks to Progress Quest for giving me this project idea, and a physical reference book of PyQt5 for giving me technical support.
Copyright © 2022 Melvin Chia
Licensed under MIT.