The classic memory game, with your favorite hubbers
Tutorial using HTML5 Games development by Example: Beginners Guide.
Hosted using GitHub Pages.
- Fork the repository.
- Create a branch (e.g.
my-awesome-feature
) for the work you’re going to do. - Make your awesome changes in your topic branch.
- Send a pull request from your branch to this repository.
Just open the index.html file in a browser. No frameworks needed. 😁
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>