A game of 5x5 perfectly square crosswords featuring auto-generated puzzles.
Using macroquad for rendering and ollama for generation.
Word squares were generated from this project: https://github.com/BartMassey/ws5
This program uses ollama to run the Qwen3 model via the ollama_embed crate.
While you should follow ollama_embed's details for up-to-date info, it currently should be noted that the first cargo build of this crate will involve downloading ollama, and the first cargo run of this crate will involve downloading the qwen3 model via ollama. These will both take a while, but will not have to happen after the initial times: future plans in this regard TBD.
Feel free to contact me at benjamin.w.massey@gmail.com with any questions / inquiries.
