-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontend.js
More file actions
12 lines (12 loc) · 1.19 KB
/
frontend.js
File metadata and controls
12 lines (12 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
/*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
*
* @author Tomasz Scislo <<ahref='mailto:scislot@gmail.com'>scislot@gmail.com</a>>
*
*
******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
"use strict";
var game;
window.onload = function() {
game = new Game();
var gameEnviroment = new GameEnviroment();
};