demoth / jake2

Quake 2 java port
GNU General Public License v2.0
60 stars 9 forks source link

#9 Allow running multiple instances of server on one jvm (Part 1) Game side state #26

Closed demoth closed 4 years ago

demoth commented 4 years ago

collect information about the game state from various global static variables scattered around the code base into one object and pass it around into the functions.

GameImportsImpl holds current game state from server side GameExportsImpl holds current game state from game mod side