AILab-FOI / PRRI-MMORPG2024

PRRI MMORPG 2024
GNU General Public License v3.0
2 stars 1 forks source link

PRRI-MMORPG2024

A fantasy MMORPG game based on Stanislav Petrov's Sprite Stacking project developed by students in the Artificial Intelligence Laboratory at the University of Zagreb Faculty of Organization and Informatics. The game is developed using PyGame. More details available at itch.io.

Short intro

To start the game you first need to start the ZEO database server

runzeo -C zeo.conf

Then you need to start the web socket server:

./server.py

And in the end one or more clients by supplying username and password:

./main.py --username USER --password PASS