threes_simulator 0.2.0

An implementation of the Threes! game algorithm, as best as I could figure it out
Documentation

threes_simulator

An implementation of the Threes! game algorithm, as best as I could figure it out.

This crate was designed to be used as a library for use by threes_solver, but it also includes a main() that lets you play Threes! from within a shell!

To play:

cargo run

Press q to quit.

Credits

This thread was hugely useful to help me understand the game algorithm: https://toucharcade.com/community/threads/threes-by-sirvo-llc.218248/page-27. (I summarized the algorithm for myself in todo.txt.)

Other people have come before me:

License

GPL v3.0