{"id":20703795,"url":"https://github.com/mrandl/blackjack","last_synced_at":"2026-05-29T08:04:34.260Z","repository":{"id":47250335,"uuid":"393903318","full_name":"MRandl/BlackJack","owner":"MRandl","description":"The Blackjack card game, implemented in Rust. No UI, just CLI.","archived":false,"fork":false,"pushed_at":"2021-09-06T20:27:45.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T04:32:48.191Z","etag":null,"topics":["blackjack","blackjack-game","cli","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/MRandl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-08T08:27:57.000Z","updated_at":"2023-02-13T20:17:08.000Z","dependencies_parsed_at":"2022-09-10T03:12:59.956Z","dependency_job_id":null,"html_url":"https://github.com/MRandl/BlackJack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MRandl/BlackJack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRandl%2FBlackJack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRandl%2FBlackJack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRandl%2FBlackJack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRandl%2FBlackJack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MRandl","download_url":"https://codeload.github.com/MRandl/BlackJack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRandl%2FBlackJack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["blackjack","blackjack-game","cli","rust","rust-lang"],"created_at":"2024-11-17T01:09:35.261Z","updated_at":"2026-05-29T08:04:34.243Z","avatar_url":"https://github.com/MRandl.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Rust](https://github.com/MRandl/BlackJack/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/MRandl/BlackJack/actions/workflows/rust.yml)\n# BlackJack \nThis project is an implementation of the BlackJack card game in Rust. It supports same-host multiplayer as well as automatic bot players, and is entirely based on a terminal command line interface.\n\nIt has minimal dependencies (apart from the Rust standard library, it only uses the *rand* crate for card shuffling).\n\n## Game variant\n\nThis blackjack games implements the basic blackjack rules, along with the following variants :\n\n- The dealer stands on soft 17.\n- There is no hole card (\"European variant\").\n- There are four card packs being played at all times.\n- The player may split only once.\n- The player may double down on a split hand.\n- The player may play anything on split Aces.\n- The player may not surrender.\n- There are no side bets (in particular, no insurance).\n\n## Supported Architectures\n\nYour architecture must be supported by the Rust compiler, and must have access to the standard `std` crate.\n\n## How to build\n\nThis project requires cargo. To build an executable, clone this repository and run `cargo build --release`. To build and run the executable, use `cargo run --release`. Note that if the `rand` library is not in your cargo cache, cargo will need an Internet connection to download it.\n\n## License\n\nThis project is licensed under the MIT license. See the [license](LICENSE.md) for more details.\n\n#\n\nSoftware written by Mathis Randl ([@MRandl](https://www.github.com/MRandl))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrandl%2Fblackjack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrandl%2Fblackjack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrandl%2Fblackjack/lists"}