# Hexahedral This is my [submission](http://globalgamejam.org/2016/games/hexahedral) to the 2016 Global Game Jam. Visit http://matthewminer.com/hexahedral to play. ![Screenshot](https://raw.github.com/mminer/hexahedral/master/screenshot.png) Push down all the blocks in the minimum number of moves. Exciting? Hoo boy, you bet your sweet granddaddy it is. Play in your browser of choice. It works on mobile, but hasn't been especially well optimized for it. ## Controls To move your cube either use the arrow keys (admittedly a bit awkward due to the isometric projection), or click on an adjacent pink or blue cube. ## Development After cloning the repository, run the following. npm install npm run build Then open *build/index.html* in your browser. ## Credit Sound effects from Game Burp's [free game sound effects pack](http://www.gameburp.com/free-game-sound-fx/) and RCP Tones' [dev_tones](http://rcptones.com/dev_tones/).