{"id":13327965,"url":"https://github.com/jgeramb/sc-client-2024","last_synced_at":"2025-10-13T06:05:47.801Z","repository":{"id":244435823,"uuid":"761321978","full_name":"jgeramb/sc-client-2024","owner":"jgeramb","description":"Submission to the Software Challenge Germany 2024 (Mississippi Queen).","archived":false,"fork":false,"pushed_at":"2024-06-07T13:30:48.000Z","size":659,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T06:03:43.205Z","etag":null,"topics":["java","mississippi-queen","software-challenge-germany"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jgeramb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-02-21T16:48:51.000Z","updated_at":"2024-09-18T15:36:21.000Z","dependencies_parsed_at":"2024-06-14T18:29:36.273Z","dependency_job_id":null,"html_url":"https://github.com/jgeramb/sc-client-2024","commit_stats":null,"previous_names":["jgeramb/software-challenge-client","jgeramb/sc-client-2024"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/jgeramb/sc-client-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgeramb%2Fsc-client-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgeramb%2Fsc-client-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgeramb%2Fsc-client-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgeramb%2Fsc-client-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgeramb","download_url":"https://codeload.github.com/jgeramb/sc-client-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgeramb%2Fsc-client-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013944,"owners_count":26085431,"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-13T02:00:06.723Z","response_time":61,"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":["java","mississippi-queen","software-challenge-germany"],"created_at":"2024-07-29T18:56:38.530Z","updated_at":"2025-10-13T06:05:47.771Z","avatar_url":"https://github.com/jgeramb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://www.software-challenge.de/\"\u003e\n   \u003cp align=\"center\"\u003e\n      \u003cimg width=\"128\" src=\"https://software-challenge.de/site/themes/freebird/img/logo.png\" alt=\"Software-Challenge Germany Logo\"\u003e\n   \u003c/p\u003e\n\u003c/a\u003e\n\n# Java Client for the Software-Challenge Germany 2024\n\n![maven](https://github.com/jgeramb/software-challenge-client/actions/workflows/release.yml/badge.svg)\n\n## Starting the client\n\nThe client can either be started using the provided run configurations for IntelliJ IDEA or by running a bundled JAR file.\n\n### Bundling the client into a JAR file\n\nTo bundle the client into a JAR file, run the following command:\n\n```bash\nmvn clean package\n```\n\nThis will create a JAR file in the `player/target` directory.\n\n### Running the JAR file\n\nTo run the JAR file, execute the following command:\n\n```bash\njava -jar player/target/teamgruen-player.jar\n```\n\n### Start arguments\n\nThe client can be started with the following arguments:\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003eArgument\u003c/th\u003e\n            \u003cth\u003eDescription\u003c/th\u003e\n            \u003cth\u003eDefault\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--batch-mode\u003c/code\u003e or \u003ccode\u003e-b\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eWhether to run the client in batch (console) mode, reducing the logs to non-colored text.\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003efalse\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--debug\u003c/code\u003e or \u003ccode\u003e-d\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eWhether to run the client in debug mode, enabling a closer look at the timings and moves of the player.\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003efalse\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--play-style\u003c/code\u003e or \u003ccode\u003e-s\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe play style of the client. Allowed values are \u003ccode\u003eweighted\u003c/code\u003e and \u003ccode\u003emax-passengers\u003c/code\u003e. This argument must be set when the client is not run in administrator/mass-testing mode.\u003c/td\u003e\n            \u003ctd\u003e/\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--game-type\u003c/code\u003e or \u003ccode\u003e-g\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe game type of the room which the player should join.\u003c/td\u003e\n            \u003ctd\u003e/\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--room\u003c/code\u003e or \u003ccode\u003e-r\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe ID of the room which the player should join.\u003c/td\u003e\n            \u003ctd\u003e/\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--reservation\u003c/code\u003e or \u003ccode\u003e-R\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe reservation ID of the room which the player should join.\u003c/td\u003e\n            \u003ctd\u003e/\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--host\u003c/code\u003e or \u003ccode\u003e-h\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe hostname of the server.\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003elocalhost\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--port\u003c/code\u003e or \u003ccode\u003e-p\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe port of the server.\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003e13050\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003e--password\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003eThe administrator password for the server.\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003eexamplepassword\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgeramb%2Fsc-client-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgeramb%2Fsc-client-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgeramb%2Fsc-client-2024/lists"}