[Zoko](http://lulea.github.com/game-off-2012) ================== Zoko is a simple 3D puzzle game that can be played in any modern web browser supporting WebGL. The basic idea of the game is based on the popular game often called [Sokoban](http://en.wikipedia.org/wiki/Sokoban), with the difference being that this version is played in 3D. The objective of the game is to move all boxes to indicated platforms in as few steps as possible. ![Zoko Screenshot](http://www.minaspel.com/images/zoko-screen-01.png) [Demo](http://lulea.github.com/game-off-2012) Build instructions ------------------ In order to play the game run `cake build`. Since we're using AJAX to fetch textures and levels you will have to run it on a HTTP server in order for it to work properly. Ingredients ------------------ + HTML5 + CSS3 + [CoffeeScript](http://coffeescript.org/) + [WebGL](http://en.wikipedia.org/wiki/WebGL) + [jQuery](http://jquery.com) + [Font Awesome](http://fortawesome.github.com/Font-Awesome) Authors ------------------ **Samuel Nilsson** + http://twitter.com/samuelnilsson_ + http://github.com/samuel02 **Sebastian Viklund** + http://github.com/dormin License ------------------ The Zoko code is licensed under MIT http://www.opensource.org/licenses/MIT