A puzzle game.
http://thalida.github.io/shapeconnector/ ↗// readme
ShapeConnector
A puzzle game. Play at shapeconnector.com!
ShapeConnector is a simple puzzle game, where the goal is to get from point A to point B in X number of moves.
The caveat: you are only allowed to move up, down, left, or right, and to a shape that is the same color (red, green, blue, yellow) and/or type (square, diamond, triangle, circle).
The implementation
The game is developed using Angular, and is built by Webpack. All game elements are rendered on HTML5 canvases. In addition, it is written in CoffeeScript and use SCSS for styles. You can play the game offline through ServiceWorkers.
ShapeConnector was designed using Sketch, and if you would like to view the comprehensive layout, they are available here: ShapeConnector sketch file.
Future additions
Checkout the open issues for enhancements, features, and bugs of the game.
Contributing
Clone ShapeConnector
Clone the ShapeConnector repository using git:
git clone git@github.com:thalida/ShapeConnector.git…