WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

codeKonami/labyrinth

Repository files navigation

Labyrinth survival - a melonJS game

Demo link: https://codekonami.github.io/labyrinth/

Want to contribute?

To build, be sure you have node installed. You will also need grunt

git clone https://github.com/codeKonami/labyrinth

Then in the cloned directory, simply run:

npm install

Running the game:

grunt serve

And you will have the game running on http://localhost:8000

Building Release Versions

To build:

grunt

This will create a build directory containing the files that can be uploaded to a server, or packaged into a mobile app.

You can test the release version like this

cd build
python -m SimpleHTTPServer

And you will have the game running on http://localhost:8000


Copyright (C) 2016 Thomas Foricher melonJS is licensed under the MIT License

About

Labyrinth survival - a melonJS game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages