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

https://github.com/sumerc/peg-solitaire-solver

A Peg Solitaire Solver in Rust
https://github.com/sumerc/peg-solitaire-solver

Last synced: 10 months ago
JSON representation

A Peg Solitaire Solver in Rust

Awesome Lists containing this project

README

          

# peg-solitaire-solver
A Peg Solitaire Solver in Rust

This is just intended for learning Rust. Representation of the Board with bitfields and movement logic is completed.

Remaining part is to either do a parallel BFS/DFS with using concurrency routines.