Millionaire

 Author

00457008 王   靖

00452138 邱瀚毅

Story

Who

孫小美

沙隆巴斯

忍太郎

金貝貝

阿土仔

莎拉公主

Where

Event

Welcome

Rolling the dice

Magic

Purchase the land

Purchase the land

Bulid

Build

State

Regular

Bankrupt

Hospitalize

Imprison

The world

Overlook

Close look

Around

Universe

Library

BabylonJS

A complete JavaScript framework for building 3D games with HTML5, WebGL and Web Audio.

BabylonJS Documentation: http://doc.babylonjs.com/

WebGL

Web Graphics Library,  is a JavaScript API for rendering 3D graphics within any compatible web browser without the use of plug-ins.

Strategy

I want to sleep

There is no Sleep function in JavaScript (before ES6) like C or PHP. Function setTimeout() is not exactly a sleep function as it behaves like creating another thread for the scheduled task.

Performance

Babylon itself is not slow. It does nothing by itself. However, JavaScript is a dynamic language and isn't precompiled to machine code. As a result,  it runs much slower than native C++ code.

Demonstrate