Blokus in the terminal
- 1-4 players (computer/human)
- basic greedy computer algorithm (big blocks first, at the first available position)
- terminal UI using ratatui
Recorded by asciinema and converted to gif using agg.
asciinema rec --overwrite blockus-rs-demo.cast --command "./target/release/blockus-rs"
agg --speed 0.5 --idle-time-limit 1 --rows 30 blockus-rs-demo.cast blockus-rs-demo.gif
Dual-licensed under MIT or the Apache License V2.0.