A downloadable project

A node based server that serves a simple game of environmental destruction and material collecting. 

How to Play:To move use w or s key and use the mouse to look around. 


Add Items: If you want to add items to the world or add items go into the said implementer file in Public/utilites. To add items or world items copy one of the items and paste it into the file under the last item change thing that you want. To add the image for the item add it to the GameMedia folder and then go into imgImplementer and put the name and the path to the file. Going to http://localhost:3000/editor will let you edit the map. To use the editor put the name of the World Item and click content then click the box you want to add the item to. Then copy the map.json to the world.json and change map to world1.

Download

Download
environmental destruction.zip 5 MB

Install instructions

You will need node to launch the project use node terminal and navigate to the location of the index.js and run  node index.js. In your browser go to http://localhost:3000/.