-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontend.js
12 lines (12 loc) · 1.19 KB
/
frontend.js
1
2
3
4
5
6
7
8
9
10
11
12
/*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
*
* @author Tomasz Scislo <<ahref='mailto:[email protected]'>[email protected]</a>>
*
*
******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
"use strict";
var game;
window.onload = function() {
game = new Game();
var gameEnviroment = new GameEnviroment();
};