{"id":22387612,"url":"https://github.com/daroshchanka/uno-game","last_synced_at":"2025-03-26T21:14:08.182Z","repository":{"id":257023237,"uuid":"474330648","full_name":"daroshchanka/uno-game","owner":"daroshchanka","description":"An uno card game implemented in Groovy. Player vs bots in CLI.","archived":false,"fork":false,"pushed_at":"2024-09-13T20:43:11.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T02:43:30.735Z","etag":null,"topics":["card-game","cli-game","game","groovy","uno","uno-game"],"latest_commit_sha":null,"homepage":"","language":"Groovy","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/daroshchanka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2022-03-26T11:44:20.000Z","updated_at":"2024-09-13T20:51:31.000Z","dependencies_parsed_at":"2024-09-14T11:45:16.661Z","dependency_job_id":"88262442-af36-4289-af27-eb8be2649557","html_url":"https://github.com/daroshchanka/uno-game","commit_stats":null,"previous_names":["daroshchanka/uno-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroshchanka%2Funo-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroshchanka%2Funo-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroshchanka%2Funo-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroshchanka%2Funo-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daroshchanka","download_url":"https://codeload.github.com/daroshchanka/uno-game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245735884,"owners_count":20663807,"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":["card-game","cli-game","game","groovy","uno","uno-game"],"created_at":"2024-12-05T02:10:06.937Z","updated_at":"2025-03-26T21:14:08.152Z","avatar_url":"https://github.com/daroshchanka.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"## uno-game\n\n![java](https://img.shields.io/badge/java-17+-blue.svg)\n\n```groovy\n                                 ____ ___        ________\n                                |    |   \\ ____  \\_____  \\\n                                |    |   //    \\  /   |   \\\n                                |    |  /|   |  \\/    |    \\\n                                |______/ |___|  /\\_______  /\n                                              \\/         \\/\n\n```\n\nThe game developed just for fun without looking to any already existing implementations.\n\nA single player can play with 1-9 bots, or 2-10 bot players can play themselves.\n\nThere is a basic bot behavior implemented with a simple choose-cart strategy, which might be improved or worsened,\nimplementing corresponding interfaces and extending/adjusting the basic behavior.\n\n### Rules\n\nThe rules are based on [Official Rules](https://en.wikipedia.org/wiki/Uno_(card_game)),\nbut without points counting and multiple iterations*.\n\n- _*_ also, _Wild Draw Four_ card can be played without any restrictions and penalties, (but bots play it fairly when no such color or any other options).\n\n### Start the Game\n\n_Java 17+_ is required.\n\n```bash\njava -jar uno-game-1.0-SNAPSHOT-jar-with-dependencies.jar\n```\n\n### Game Process\n\n- Enter your name and use follow instructions for choose card or color.\n- Press `ENTER`/`RETURN` to move forward.\n- Append your input with `+U` to say __UNO!__\n- Enter an empty name to skip the game if you like the bots play alone.\n\n![](docs/images/game-process.png)\n\n### Build with Unit and Integration Tests\n\n```bash\n./mvnw clean verify\n```\n\n### Build (skip tests)\n\n```bash\n./mvnw clean package -DskipTests\n```\n\n### Unit Tests Coverage\n\nSee `target/jacoco-ut/index.html` report.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaroshchanka%2Funo-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaroshchanka%2Funo-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaroshchanka%2Funo-game/lists"}