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.
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