dbravender / tricksterstable-rs

Rust implementations of game engines featured in Trickster's Table
Other
4 stars 0 forks source link

tricksterstable-rs

Trickster's Table is an app that is written in Dart/Flutter and available on iOS and Android.

This repository contains implementations of some of the games featured in the app. Other games were implemented in Dart and trained using https://github.com/davidADSP/SIMPLE/pull/34. The goal of writing the engines in Rust is that Rust is fast so more simulations can be run in the same amount of time (using Monte Carlo Tree Search).