Enter the pattern prison, if you want to become a master, start to create your own tiled maps and load it with phaser.io as a game.
You can play the current game by clicking on the image below.
Tiled will be our world creator. With properties on objects, tiles, layers or maps you can create a game, all in tiled.
Might even be wicked and add eval
.
A free, fast and flexible framework for HTML5 game creation.
You might now have realized this is still wip, so any input would be appreciated.
If you have nothing installed on your machine and just want to get this project going follow the instructions below.
Execute the following commands from your ubuntu terminal:
sudo apt-get install npm tiled
sudo npm install bower grunt-cli -g
git clone https://github.com/Morabaraba/Prison.git
cd prison
Brew, I believe all the tools installs easily enough from a OS X side that I don't have to waste bytes.
If everything went well you have the power of a thousand JavaScript ninja warriors, the current facebook generation.
Now let us setup our local packages and tools for our project. Starting with the node package manager(npm).
npm install
bower install
npm install
install all the packages as specified in vim package.json
.
You can change the resolution of your game in vim config.json
.
If everything went well you can:
grunt
You will then see our first prison in your browser. Move around with the up, down, left, right.
See the CREDITS.md file.
The MIT License