marcinbunsch / dotz

Dotz - a Javascript clone of Dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotz - a Javascript clone of Dots

A just for fun clone of Dots, a game by Betaworks. It only includes a single level with a 20 move limit.

You can read more in the accompanying blog post.

Building

make production

This produces a production build, you can play it by opening public/index.html

Development

make watch

This starts Brunch in watch mode, after it's up and running, navigate to http://localhost:3333

Copyright

License is MIT, see LICENSE for details.

Fonts are free fonts from FontSquirrel.

About

Dotz - a Javascript clone of Dots

License:MIT License


Languages

Language:CoffeeScript 78.6%Language:CSS 21.4%