
## Description for Basket Ball Chat application ##

Little different project structure here. Main dependency file is located in examples.
app.ts & app-platformer-single.ts represent main gamePlay templates.
Basket Ball Chat is one of different use of this game library.

- Snaped code from multiplayer platformer [0.3.4].


## Using injected clientConfig




Example structure :

<pre>

├── examples/
|   ├── basketBallChat/
|   ├────── audios/
|   ├────── imgs/
|   ├────── packs/
|   |      └── level1.ts
|   ├────── scripts/
|   |      └── map.ts
|   |      └── game-play.ts
|   |      └── basketBallChat.ts

</pre>
