Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.28 KB

README.md

File metadata and controls

73 lines (39 loc) · 1.28 KB

南科大富翁 SUSTech Monopoly

Final project of OOAD CS309

This repository is the asset library for the game server which uses KBEngine as the server engine.

Client

Unity 3D (C#)

Overview

Usage

Start the sever

Linux:
	start_server.sh

Windows:
	start_server.bat

Kill the sever

Linux:
	kill_server.sh

Windows:
	kill_server.bat

In-Game

Create and Join room by room id

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.

Choose Character

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.

Event System

Quiz

Ending

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.