{"id":22035922,"url":"https://github.com/tomasiser/mff-battlecode","last_synced_at":"2026-05-07T15:41:17.411Z","repository":{"id":81574242,"uuid":"83705058","full_name":"tomasiser/mff-battlecode","owner":"tomasiser","description":"KSTTForTheWin","archived":false,"fork":false,"pushed_at":"2017-03-15T12:59:52.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-22T20:52:24.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/tomasiser.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-02T17:20:00.000Z","updated_at":"2017-03-08T16:36:44.000Z","dependencies_parsed_at":"2023-07-20T18:01:10.774Z","dependency_job_id":null,"html_url":"https://github.com/tomasiser/mff-battlecode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tomasiser/mff-battlecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasiser%2Fmff-battlecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasiser%2Fmff-battlecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasiser%2Fmff-battlecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasiser%2Fmff-battlecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasiser","download_url":"https://codeload.github.com/tomasiser/mff-battlecode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasiser%2Fmff-battlecode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278573046,"owners_count":26008926,"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-10-06T02:00:05.630Z","response_time":65,"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-11-30T10:28:47.561Z","updated_at":"2025-10-06T07:21:40.870Z","avatar_url":"https://github.com/tomasiser.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"University project for the [Battlecode](https://www.battlecode.org/) competition.\n\n**How to install:**\n\n1. Download Battlecode files: https://github.com/battlecode/battlecode-scaffold-2017/archive/master.zip\n1. Run `gradlew` and `gradlew build`\n1. Clone this repository to `src/KSTTForTheWin`\n\n## Broadcasting\n\n```java\nimport KSTTForTheWin.Broadcasting.Broadcaster;\n// ...\nstatic Broadcaster broadcaster;\n// ...\n    static void run...(RobotController rcon) throws GameActionException {\n        // ...\n        broadcaster = new Broadcaster(rcon);\n```\n\nHow do I update my broadcaster?\n\n```java\nbroadcaster.refresh(); // do this at the beginning of each round! it's a cheap command!\n```\n\nHow to report that I found an enemy Archon?\n\n```java\nbroadcaster.reportEnemyArchon(archonRobotId, location);\n```\n\nHow to report that I need help?\n\n```java\nbroadcaster.reportHelpNeeded(); // do not report each round!\n```\n\nHow to find where the nearest situation is?\n\n```java\nMapLocation whereToGo = broadcaster.findNearestAction();\n```\n\nHow do I report that the enemy Archon has died?\n\n```java\nbroadcaster.reportEnemyArchonDied(archonRobotId);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasiser%2Fmff-battlecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasiser%2Fmff-battlecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasiser%2Fmff-battlecode/lists"}