Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdonald/blackjack-cr
Blackjack written in Crystal
https://github.com/gdonald/blackjack-cr
blackjack console crystal-lang game
Last synced: 9 days ago
JSON representation
Blackjack written in Crystal
- Host: GitHub
- URL: https://github.com/gdonald/blackjack-cr
- Owner: gdonald
- License: mit
- Created: 2019-01-25T01:29:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T23:37:18.000Z (9 months ago)
- Last Synced: 2024-08-01T17:34:12.660Z (3 months ago)
- Topics: blackjack, console, crystal-lang, game
- Language: Crystal
- Size: 209 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - blackjack-cr - Console Blackjack (Examples and funny stuff)
- awesome-crystal - blackjack-cr - Console Blackjack (Examples and funny stuff)
README
# Blackjack
Command line Blackjack written in Crystal
## Usage
`crystal run blackjack.cr` or `bin/blackjack`
![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-cr/master/ss1.png)
![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-cr/master/ss2.png)
## Run specs
`crystal spec`
## Run specs with coverage
`./coverage.sh`
## Build Status
[![Crystal CI](https://github.com/gdonald/blackjack-cr/workflows/Crystal%20CI/badge.svg)](https://github.com/gdonald/blackjack-cr/actions)
## License
[![GitHub](https://img.shields.io/github/license/gdonald/blackjack-cr?color=aa0000)](https://github.com/gdonald/blackjack-cr/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)
- [Raku](https://github.com/gdonald/Console-Blackjack)
- [Perl](https://github.com/gdonald/console-blackjack-perl)
- [C](https://github.com/gdonald/blackjack-c)
- [C++](https://github.com/gdonald/blackjack-cpp)
- [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)