Skip to content

Airine/monopoly_assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f13c6a4 · Mar 4, 2019

History

79 Commits
Dec 24, 2018
Feb 10, 2019
Jan 3, 2019
Dec 24, 2018
Dec 25, 2018
Dec 24, 2018
Mar 4, 2019
Dec 27, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018
Dec 24, 2018

Repository files navigation

南科大富翁 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.