{"id":14990891,"url":"https://github.com/jamesseanwright/glitch-hunt","last_synced_at":"2025-04-12T03:24:54.507Z","repository":{"id":151706472,"uuid":"67937390","full_name":"jamesseanwright/glitch-hunt","owner":"jamesseanwright","description":"A HTML5 Canvas game for js13kGames 2016. Uses OscillatorNode for audio and music","archived":false,"fork":false,"pushed_at":"2016-12-01T19:48:30.000Z","size":713,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:01:49.740Z","etag":null,"topics":["canvas","entity-component-system","game","html5","js13kgames","web-audio"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesseanwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-11T15:23:52.000Z","updated_at":"2024-10-27T12:21:29.000Z","dependencies_parsed_at":"2023-07-15T23:30:10.413Z","dependency_job_id":null,"html_url":"https://github.com/jamesseanwright/glitch-hunt","commit_stats":{"total_commits":117,"total_committers":2,"mean_commits":58.5,"dds":"0.20512820512820518","last_synced_commit":"3f8ee145047572dd8c3d63912171314949d14f79"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesseanwright%2Fglitch-hunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesseanwright%2Fglitch-hunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesseanwright%2Fglitch-hunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesseanwright%2Fglitch-hunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesseanwright","download_url":"https://codeload.github.com/jamesseanwright/glitch-hunt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248511097,"owners_count":21116353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvas","entity-component-system","game","html5","js13kgames","web-audio"],"created_at":"2024-09-24T14:21:02.473Z","updated_at":"2025-04-12T03:24:54.488Z","avatar_url":"https://github.com/jamesseanwright.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glitch Hunt\n\n![Preview](https://raw.githubusercontent.com/jamesseanwright/glitch-hunt/master/preview.gif)\n\nA HTML5 Canvas game for [js13kGames 2016](http://js13kgames.com/). Uses OscillatorNode for audio and music.\n\nPatch the glitches in the system by pressing the keys on your keyboard as they enter the capture zone. Sometimes, a glitch will be so severe that you must enter the system and fight it!\n\n\n## Play Online\n\nPlay via [Glitch Hunt](http://js13kgames.com/entries/glitch-hunt)'s entry page on the js13kGames website.\n\n\n## Supported Browsers\n\n* Chrome\n* Firefox\n\n\n## Controls\n\n### Hacking\n\nPress the keys that appear on screen as they enter the capture zone.\n\n\n### Boss Battle\n\n* Arrow keys - move\n* A - jump\n* S - shoot\n\n\n## Making Of\n\nI wrote a [blog entry](https://jamesswright.co.uk/blog/1474997-glitch-hunt-js13kgames-2016) detailing the motivation and technology behind my game, as well as what could have gone better.\n\n\n## Judges' Feedback\n\n\u003e A cool mix of guitar hero/DDR and a metroidvania. Nice idea, fun!\n\n-Christer Kaitila\n\n\u003e I really liked that this game was not just a typing game but also had some fighting in it. It was very smart to make the typing part only use keys you would need for fighting, so your hand would always be ready for the challenge. Overall, the game is well made.\n\n\n-Jupiter Hadley\n\n\n## Local Development\n\nOnce you've cloned this repository, you'll need to run the install script. This cURLs the [NanoTunes](https://github.com/jamesseanwright/nanotunes) library into the `lib` directory.\n\nYou'll also need to install [Closure Compiler](https://developers.google.com/closure/compiler/) and ensure that it is available on your path; you could write a [shell wrapper](https://gist.github.com/jamesseanwright/4b8e4c907c231a0f7ee71e01f5a33163) to achieve this. I haven't tested this with the version on npm, but theoretically this should work.\n\nThe project follows the Entity Component System design pattern, which in this case takes inspiration from [Richard Lord](http://www.richardlord.net/blog/what-is-an-entity-framework)'s implementation:\n\n* Entity - a grouping of components\n* Component - Attaches properties to an entity and registers it with the underlying system\n* System - contains the logic for a particular type of component\n\nThe codebase isn't perfect and definitely needs some work!\n\n### Tasks\n\n* `./tasks/install.sh` - cURLs NanoTunes into the `lib` directory. Run this before building\n* `./tasks/build.sh` - bundles and minifies the source with Closure Compiler, and creates a ZIP of the output\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesseanwright%2Fglitch-hunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesseanwright%2Fglitch-hunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesseanwright%2Fglitch-hunt/lists"}