thegiantbeast / GitRunner

Infinite runner dynamically created based on GitHub metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitRunner

GitRunner was designed and developed for the Global Hack Summit Hackathon of 2016.

The idea behind the game is to generate dynamically an infinite runner map based on metrics of GitHub repositories.

Or how we like to say:

    if (gitRunner == infiniteRunnerGame &&
        mapSize == sizeOfAGitHubRepository &&
        obstacles ==  mostUsedLanguageSize &&
        monsters == noOfSubscribers &&
        gaps == noOfBrances) {
            funFunGame(play);
        }

About

Infinite runner dynamically created based on GitHub metrics.

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.1%Language:Shell 0.7%