Home

Awesome

Hubber Memory Game

The classic memory game, with your favorite hubbers

Resources

Tutorial using HTML5 Games development by Example: Beginners Guide.

Hosted using GitHub Pages.

Contributing

Running locally

Just open the index.html file in a browser. No frameworks needed. :grin:

Rebuilding the GitHubbers list

The js/Hubbers.js file contains a list with all the public members in the GitHub organization. It contains minimal information which is needed and used when the public API request rate limit exceeds.

This file is updated automatically using the build.js script and a token:

$ npm i
$ node build.js <token>