Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdonald/console-blackjack
Console Blackjack written in Raku
https://github.com/gdonald/console-blackjack
blackjack console game raku
Last synced: 2 months ago
JSON representation
Console Blackjack written in Raku
- Host: GitHub
- URL: https://github.com/gdonald/console-blackjack
- Owner: gdonald
- License: mit
- Created: 2019-01-18T02:08:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T17:56:07.000Z (about 1 year ago)
- Last Synced: 2023-12-26T18:41:14.346Z (about 1 year ago)
- Topics: blackjack, console, game, raku
- Language: Raku
- Homepage: https://gregdonald.com
- Size: 213 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console-Blackjack
Console Blackjack written in Raku
## Features
* Alternate Deck Types
* Variable Number of Decks
* Hand Splitting
* Vegas-style Dealer Play (Dealer hits on soft 16)
* Options Saving## Install using zef:
```shell
zef install Console::Blackjack
```## Run
```shell
console-blackjack
```## Increase your terminal font size for a better view:
![Blackjack](https://raw.githubusercontent.com/gdonald/Console-Blackjack/master/ss1.png)
![Blackjack](https://raw.githubusercontent.com/gdonald/Console-Blackjack/master/ss2.png)
## From source
If you've cloned the git repository you can run it like this:
```shell
raku -Ilib bin/console-blackjack
```
## Status[![.github/workflows/raku.yml](https://github.com/gdonald/Console-Blackjack/workflows/.github/workflows/raku.yml/badge.svg)](https://github.com/gdonald/Console-Blackjack/actions)
## Bugs / Issues / Feature Requests
[https://github.com/gdonald/Console-Blackjack/issues](https://github.com/gdonald/Console-Blackjack/issues)
## License
[![GitHub](https://img.shields.io/github/license/gdonald/Console-Blackjack?color=aa0000)](https://github.com/gdonald/Console-Blackjack/blob/master/LICENSE)
## Alternative Implementations:
I've written Blackjack in several other languages:
- [Ruby](https://github.com/gdonald/console-blackjack-ruby)
- [Rust](https://github.com/gdonald/console-blackjack-rust)
- [Zig](https://github.com/gdonald/blackjack-zig)
- [Typescript](https://github.com/gdonald/blackjack-js)
- [Perl](https://github.com/gdonald/console-blackjack-perl)
- [C](https://github.com/gdonald/blackjack-c)
- [C++](https://github.com/gdonald/blackjack-cpp)
- [Crystal](https://github.com/gdonald/blackjack-cr)
- [Go](https://github.com/gdonald/blackjack-go)
- [Elixir](https://github.com/gdonald/blackjack-ex)
- [Python](https://github.com/gdonald/blackjack-py)
- [C with SDL](https://github.com/gdonald/blackjack-c-sdl)
- [Emacs Lisp](https://github.com/gdonald/blackjack-el)