{"id":21411385,"url":"https://github.com/gdonald/blackjack-el","last_synced_at":"2025-10-14T20:33:09.699Z","repository":{"id":78695796,"uuid":"476086092","full_name":"gdonald/blackjack-el","owner":"gdonald","description":"Play Blackjack in Emacs","archived":false,"fork":false,"pushed_at":"2024-12-27T18:15:28.000Z","size":704,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T13:52:59.355Z","etag":null,"topics":["21","blackjack","blackjack-game","console","elisp","emacs","emacs-lisp","games"],"latest_commit_sha":null,"homepage":"https://gregdonald.com","language":"Emacs Lisp","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/gdonald.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,"zenodo":null}},"created_at":"2022-03-30T23:41:51.000Z","updated_at":"2024-12-27T18:15:31.000Z","dependencies_parsed_at":"2025-07-14T02:38:27.374Z","dependency_job_id":"f55b8e61-ffb8-4f8b-bf78-48ed4ef987ef","html_url":"https://github.com/gdonald/blackjack-el","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gdonald/blackjack-el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2Fblackjack-el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2Fblackjack-el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2Fblackjack-el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2Fblackjack-el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdonald","download_url":"https://codeload.github.com/gdonald/blackjack-el/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2Fblackjack-el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020905,"owners_count":26086948,"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-14T02:00:06.444Z","response_time":60,"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":["21","blackjack","blackjack-game","console","elisp","emacs","emacs-lisp","games"],"created_at":"2024-11-22T17:43:52.014Z","updated_at":"2025-10-14T20:33:09.685Z","avatar_url":"https://github.com/gdonald.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MELPA](https://melpa.org/packages/blackjack-badge.svg)](https://melpa.org/#/blackjack)\n\n## Blackjack for Emacs\n\nThis package provides the [Blackjack](https://en.wikipedia.org/wiki/Blackjack) card game for your [Emacs](https://www.gnu.org/software/emacs/) text editor.\n\n### Install\n\n#### If you use [use-package](https://github.com/jwiegley/use-package):\n\nAssuming you have [MELPA configured](https://melpa.org/#/getting-started), you can add a new entry to your .emacs or init.el:\n\n    (use-package blackjack\n      :ensure t)\n\n#### Or for a manual install:\n\nDownload and load [blackjack.el](https://raw.githubusercontent.com/gdonald/blackjack-el/main/blackjack.el) in your .emacs or init.el:\n\n    (load \"~/path/to/blackjack.el\")\n\n#### Running blackjack:\n\nOnce installed you can run the game like this:\n\n    M-x blackjack\n\n#### Running tests:\n\nComands `make test` and `make test-coverage` are convenience commands available.  Tests are written using [Buttercup](https://github.com/jorgenschaefer/emacs-buttercup).  Test coverage is generated using [undercover](https://github.com/undercover-el/undercover.el).  Both packages are available from MELPA.\n\nYou will need to install [Ruby](https://www.ruby-lang.org/) and [Simplecov](https://github.com/simplecov-ruby/simplecov) for test coverage to build.\n\n#### Going broke:\n\nIf you run out of money, delete `blackjack.txt` and restart blackjack.  You will get a free $100 for another try.\n\n### Screenshots:\n\n![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-el/main/imgs/ss1.png)\n\n![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-el/main/imgs/ss2.png)\n\n### Bugs / Issues / Feature Requests\n\nPlease report any bugs or issues you find:\n\n[https://github.com/gdonald/blackjack-el/issues](https://github.com/gdonald/blackjack-el/issues)\n\n### License\n\n[![GitHub](https://img.shields.io/github/license/gdonald/blackjack-el?color=aa0000)](https://github.com/gdonald/blackjack-el/blob/main/LICENSE)\n\n### Other Blackjack Implementations:\n\nI've written Blackjack in [some other programming languages](https://github.com/gdonald?tab=repositories\u0026q=blackjack\u0026type=public\u0026language=\u0026sort=stargazers) too.  Check them out!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdonald%2Fblackjack-el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdonald%2Fblackjack-el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdonald%2Fblackjack-el/lists"}