Skip to content

AILab-FOI/PRRI-MMORPG2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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