Mercurial > maze-src
view maze.js @ 0:1eef88068f9f tip
initial commit of maze game source
| author | ferencd |
|---|---|
| date | Sun, 15 Sep 2019 11:46:47 +0200 |
| parents | |
| children |
line wrap: on
line source
// dummy file so that the editor does not complain var w = 0; var h = 0; var maze = [[]]; var doors=[]; var torch_placements=[]; var walkers=[]; var walkers_count = 1; var food=[]; var weapon_locations = []; var loot = [];
