/zulit

Puzzle game

Primary LanguageJavaScript

Zulit

Zulit is a puzzle game. Drag the pieces to cover the target shape.

zulit screenshot

Set up

1. Install node and npm
2. Run npm install in the project directory to install dependencies

Running the app locally

1. Run npm start in the project directory to run a local server
2. Open localhost:3000 in your web browser to run the game

Dependencies

These dependencies are defined in package.json and installed when you run npm install.

EaselJS: a library for html5 canvas
Express: web application framework
pug: view engine (replaces the html with a simplified syntax)