{"id":28240204,"url":"https://github.com/etmendz/game-console-dice","last_synced_at":"2025-08-20T22:46:19.657Z","repository":{"id":192623834,"uuid":"687070012","full_name":"etmendz/game-console-dice","owner":"etmendz","description":"A simple console app dice guessing game.","archived":false,"fork":false,"pushed_at":"2023-11-17T10:46:53.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T22:39:59.700Z","etag":null,"topics":["console-app","console-game","csharp","csharp-game","dice","dice-game","dotnet","dotnet8","game","learn-to-code","learntocode"],"latest_commit_sha":null,"homepage":"https://github.com/etmendz/game-console-dice/wiki","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etmendz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["https://www.paypal.me/ETMendz"]}},"created_at":"2023-09-04T14:39:50.000Z","updated_at":"2023-11-17T10:47:49.000Z","dependencies_parsed_at":"2023-11-17T11:39:52.786Z","dependency_job_id":null,"html_url":"https://github.com/etmendz/game-console-dice","commit_stats":null,"previous_names":["etmendz/game-console-dice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/etmendz/game-console-dice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etmendz%2Fgame-console-dice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etmendz%2Fgame-console-dice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etmendz%2Fgame-console-dice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etmendz%2Fgame-console-dice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etmendz","download_url":"https://codeload.github.com/etmendz/game-console-dice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etmendz%2Fgame-console-dice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271399688,"owners_count":24752813,"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-08-20T02:00:09.606Z","response_time":69,"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":["console-app","console-game","csharp","csharp-game","dice","dice-game","dotnet","dotnet8","game","learn-to-code","learntocode"],"created_at":"2025-05-19T03:12:47.188Z","updated_at":"2025-08-20T22:46:19.646Z","avatar_url":"https://github.com/etmendz.png","language":"C#","readme":"[Wiki](https://github.com/etmendz/game-console-dice/wiki)\n# GameConsoleDice\nHow lucky are you? Guess, shake, rattle and roll the dice to find out!\n\nUses the [GameLibrary](https://github.com/etmendz/game-library/wiki) framework to define the game play, game UI and overall game flow.\n\nThe game UI implements IGameUI.\n\nThe game play implements IGamePlay.\n\nDie, Dice and GameDice represent the dice used in the game.\n\n## Native AOT\nThe GameConsoleDice project is native AOT compatible/ready.\n\nPublish profiles (.pubxml) are included for the following Runtime Identifiers (RID):\n\n* For win-x64 (ex. Windows 11): dotnet publish -p:PublishProfile=FolderProfile\n* For linux-x64 (ex. WSL+Debian): dotnet publish -p:PublishProfile=FolderProfile1\n* For linux-arm64 (ex. Raspberry Pi OS): dotnet publish -p:PublishProfile=FolderProfile2\n\nThese can be used as basis/pattern for creating publish profiles that target other RIDs not listed above.\n\nBe sure to run the dotnet publish commands above in the same folder where the GameConsoleDice project is.\n\nAlthough the GameConsoleDice project is native AOT compatible/ready, publishing to a native AOT build is not required.\n\n## Tools\nScripts are provided to help publish native AOT versions for the following RIDs:\n\n* For win-x64 (ex. Windows 11): publish-nativeaot-win-x64.bat\n* For linux-x64 (ex. WSL+Debian): publish-nativeaot-linux-x64.sh\n* For linux-arm64 (ex. Raspberry Pi OS): publish-nativeaot-linux-arm64.sh\n\nThese can be used as basis/pattern for creating publish scripts that target other RIDs not listed above.\n\nAlthough the GameConsoleDice project is native AOT compatible/ready, publishing to a native AOT build is not required.\n\n## Artifacts\nBuild outputs go to the solution's artifacts\\ subdirectory:\n\n    game-console-dice\\\n        artifacts\\\n            bin\\\n                GameConsoleDice\\\n                    debug\\\n                    release\\\n                    release_\u003cRID\u003e\\*\n            obj\\\n                GameConsoleDice\\\n                    debug\\*\n                    publish\\\u003cRID\u003e\\\n                    release\\*\n                    release_\u003cRID\u003e\\*\n            publish\\GameConsoleDice\\release\\\u003cRID\u003e\n        src\\\n            GameConsoleDice\\\n                Properties\\PublishProfiles\\\n        tools\\\n\n---\n\n(c) Mendz, etmendz. All rights reserved.","funding_links":["https://www.paypal.me/ETMendz"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetmendz%2Fgame-console-dice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetmendz%2Fgame-console-dice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetmendz%2Fgame-console-dice/lists"}