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