RPG Maker MV Game Project, with Django web app as backend.
This project aims to develop a MMORPG game using RPG Maker MV game engine, which is infamous for supporting only single-player game. For the web server, the infamous Django web framework is used. However, it uses ASGI, instead of WSGI, for providing an Asynchronous server interface which Django painfully lacks.
To support real-time communication between game clients and server, websockets technology is used which is implemented in Django using the Channels library.
Coming soon.
pip install -r requirements.txt
) and run in shell:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
TLO Report (PDF): Drive link