KlausNie / kortn-legn

rust game implementation of kortn legn, not intended for actual play through

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

rust game implementation of kortn legn, not intended for actual play through


Languages

Language:Rust 100.0%