This repository is the asset library for the game server which uses KBEngine as the server engine.
Unity 3D (C#)
Linux:
start_server.sh
Windows:
start_server.bat
Linux:
kill_server.sh
Windows:
kill_server.bat
Player could choose whether to create a room whose room id will be randomly generated by the server or join an exist room with its room id.
After creating or joining a room, the player is asked to choose a character.
Characters that are already chosen would be unable to be chosen for the next player.
Normally, the rank and the wealth value that a player got would be shown in the end.
Cause we have event system, we would generate a special ending for every player according to the decisions they had made for each event in the game.