Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.