Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 493 Bytes

qwirkler

Greedy solver for the Qwirkle board game, written in Rust.

This project is adapted from Scala version and was used to teach myself Rust.

This version has been optimised for performance at the cost of readability.

cargo bench shows that it can play a full game of Qwirkle against itself in around 11ms.

Build Status