{"id":15415889,"url":"https://github.com/davidje13/koth-webplayer","last_synced_at":"2025-09-13T13:30:17.761Z","repository":{"id":151511075,"uuid":"100424319","full_name":"davidje13/koth-webplayer","owner":"davidje13","description":"Framework for King-of-the-Hill Javascript competitions","archived":false,"fork":false,"pushed_at":"2018-09-09T14:23:11.000Z","size":909,"stargazers_count":7,"open_issues_count":17,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T17:54:24.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidje13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-08-15T22:27:44.000Z","updated_at":"2020-12-18T19:32:03.000Z","dependencies_parsed_at":"2023-05-18T18:30:49.718Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/koth-webplayer","commit_stats":{"total_commits":144,"total_committers":3,"mean_commits":48.0,"dds":0.06944444444444442,"last_synced_commit":"74fd32960214e720bce4a80025e1707adc134e70"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidje13/koth-webplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkoth-webplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkoth-webplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkoth-webplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkoth-webplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/koth-webplayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkoth-webplayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274969035,"owners_count":25383116,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T17:10:05.537Z","updated_at":"2025-09-13T13:30:17.710Z","avatar_url":"https://github.com/davidje13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# koth-webplayer\n\nThis is a framework for Javascript-based King-of-the-Hill competitions.\n\n## See it in Action\n\n* [Formic Functions](https://davidje13.github.io/koth-webplayer/formic.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/135102/8927)\n\n* [Everybody Loves Tokens](https://davidje13.github.io/koth-webplayer/tokens.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/77235/8927)\n\n* [Spacewar](https://davidje13.github.io/koth-webplayer/spacewar.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/67560/8927)\n\n* [Fastest Gun of the West](https://davidje13.github.io/koth-webplayer/fgtw.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/51698/8927)\n\n* [Block Building Bot Flocks](https://davidje13.github.io/koth-webplayer/botflocks.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/50690/8927)\n\n* [Capture The Flag](https://davidje13.github.io/koth-webplayer/captureflag.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/49028/8927)\n\n* [Pixel Team Battlebots](https://davidje13.github.io/koth-webplayer/battlebots.htm):\n  Test implementation based on\n  [an existing challenge](https://codegolf.stackexchange.com/q/48353/8927)\n\nAnd see the current unit test / linter status on master\n[here](https://davidje13.github.io/koth-webplayer/test.htm).\n\n\n## Making Games\n\nCheck the [create-a-game](docs/CREATE_A_GAME.md) guide for details on how to\ncreate your own games using this framework.\n\n\n## Aims\n\nThis project has some rough aims:\n\n* Easy fetching of entries from Stack Exchange answers (done!)\n* Sandboxed and super-fast game simulation via the power of sandboxed iframes\n  and Web Workers (done!)\n* Re-runnable games via a random seed system (done!)\n* Out-of-the-box management of entries, and UI for testing/debugging new entries\n  (mostly done!)\n* Configurable out-of-the-box match and tournament management (mostly done!)\n* Fancy visualisations (see the game as a torus!) (done!)\n* Local storage persistence of display preferences \u0026 in-progress entries (not\n  done)\n\n\n## Modifying the Framework\n\nThis is early stages, and lots of functionality doesn't exist yet, or is rather\nquick-and-dirty, so it's likely that new games will need some changes to the\nengine itself.\n\nContributions are welcome! Check the\n[contributing guidelines](docs/CONTRIBUTING.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkoth-webplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fkoth-webplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkoth-webplayer/lists"}