Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastly/blackjack-rs
Blackjack trainer written in Rust. Portions compile to WASM for integration into my blackjack-web project
https://github.com/pastly/blackjack-rs
Last synced: 15 days ago
JSON representation
Blackjack trainer written in Rust. Portions compile to WASM for integration into my blackjack-web project
- Host: GitHub
- URL: https://github.com/pastly/blackjack-rs
- Owner: pastly
- License: other
- Created: 2019-12-02T14:14:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:27:15.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T18:56:08.486Z (almost 2 years ago)
- Language: Rust
- Homepage: https://bj.pastly.xyz
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A blackjack trainer
[![Build Status](https://travis-ci.org/pastly/blackjack.svg?branch=master)](https://travis-ci.org/pastly/blackjack)
This started as some CLI programs to help me train on basic strategy, but it
has morphed focus into a WASM project.CLI binaries will be kept around for a while, but I do not currently
plan on maintaining them very much or necessarily fixing them if they break.
They probably are already partially broken.