Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 491 Bytes

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);
        }