Skip to content

PicoJr/blockus-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

blockus asciinema demo converted to gif using agg

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

License

Dual-licensed under MIT or the Apache License V2.0.

Releases

No releases published

Packages

No packages published

Languages