MonopolyVR is a VR game based on an American classic board game, Monopoly. You can buy the land and build houses, and you may also trigger some random events such as a puzzle game.
For a better gaming experience of users, we add more elements for collaboration part. And we set a final goal for this game. The purpose of this game is to earn more money to build a house together in the center of the map. In order to achieve the goal, participants need to communicate with others to complete a puzzle game together and buy materials to establish their building.
We build our VR game on windows10 64-bit. For other dependencies:
-
Unity 2019.4.10f1
-
Ubik-0.0.4 (Used for our network part. And if you want to use it, please contact UCL VECG lab )
For installation:
- In
Unity
folder, you will get 3 folders:Assets
,Packages
, andProjectSettings
. - Create a new project, then paste these three folders under the new project folder and replace the
Assets
,Packages
, andProjectsettings
automatically created by the new project. - Click the unity scene named
GameMap
(Assets->Samples->Ubik->0.0.4->Samples->GameMap
) and you will find some errors in the player (missing prefab). In order to fix this, clickwindow->package manager->add package from disk
to importubik-0.0.4's package.json
file and the errors will be fixed.
You can see more details in Report
floder, including our report and video sample.
And the over view of this game is following:
This project would not have been possible without the help of my teammates, Zijian Guo, Jiamin Wang and Zhaoyi Tan.