Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 431 Bytes

A solo card game

This is an implementation of that card game. This implementation is not meant for playing yourself, but finding out what the average win-rate is if you are playing cards at random. And in a second step, to see if that can be improved.

Run (dev)

cargo watch -x 'run'

Tests

cargo test --workspace -- --nocapture

Display the module tree

cargo modules generate tree