comparison maze.js @ 0:1eef88068f9f tip

initial commit of maze game source
author ferencd
date Sun, 15 Sep 2019 11:46:47 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1eef88068f9f
1 // dummy file so that the editor does not complain
2 var w = 0;
3 var h = 0;
4 var maze = [[]];
5 var doors=[];
6 var torch_placements=[];
7 var walkers=[];
8 var walkers_count = 1;
9 var food=[];
10 var weapon_locations = [];
11 var loot = [];