Skip to content

luigi1809/quirky

 
 

Repository files navigation

Quirky

build

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

Screenshots

quirky

  • Game Lobby:

quirky

Install & Run

$ 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>

Third party things included (not made by me):

Libraries

Images

Fonts

Copyright

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.

Packages

No packages published

Languages

  • JavaScript 81.4%
  • CSS 9.6%
  • HTML 9.0%