Quirky is a Qwirkle board game clone built with node.js and jQuery.
Preview : https://quirky-game.herokuapp.com/
Forked from original code from jlas. This fork enables :
- add support for current node.js version
- add touch screen support, enabling play on tablet and mobile
- add possibility to put pieces back to bag
- add better color contrast
- add +6 bonus when 6 piece in line
- fix in point couting
- fix in piece positioning check
- Game Lobby:
$ git clone https://github.com/luigi1809/quirky
install with npm:
$ npm install quirky
run the game server:
$ npm start quirky
... then go to http://localhost:8010 and play! Optionally, you can change the default http port:
$ npm config set quirky:port <port>
- thirdparty/jquery.min.js (http://jquery.com/)
- thirdparty/jquery-ui.min.js (http://jqueryui.com/)
- thirdparty/jquery.cookie.js (https://github.com/carhartl/jquery-cookie)
- thirdparty/normalize.css (http://necolas.github.com/normalize.css/)
- thirdparty/jquery.ui.touch-punch.min.js (https://github.com/furf/jquery-ui-touch-punch)
- media/light_noise_diagonal.png from http://subtlepatterns.com
- Open Sans and Chango from Google Web Fonts
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
Licensed under GPL, see COPYING.txt for details.
Quirky includes some third party libraries and media, see thirdparty/ and media/ for license information on these.
Send any questions or comments here.