Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.58 KB

README.md

File metadata and controls

62 lines (36 loc) · 1.58 KB

Quirky

Quirky is a Qwirkle board game clone built with node.js and jQuery. It is not mobile, tablet, or IE friendly yet.

Check out the demo

Presentation about Quirky from a Nova Node meetup

Screenshots

quirky

  • Game Lobby:

quirky

Install & Run

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.