Nerd Sniped?
GeePaw Hill is undertaking a dungeon sort of thing, in Kotlin, using a very interesting room allocation scheme. So I was thinking, what if ...
https://ronjeffries.com/articles/-v026/z/r/
Nerd Sniped?

This is RonJeffries.com, the combination of new articles, XProgramming, SameElephant, and perhaps even some new items never before contemplated. <br/>Copyright © 1998-forever Ronald E Jeffries

@RonJeffries what's the "interesting shapes" criteria?
@bazzargh shape must be interesting. 😀
Basically pick a bunch of polyomino shapes, I guess. Fairly arbitrary.
@RonJeffries as I am reading your article, I noticed a lot of manual setup work that can be simplified by using 'uv' instead of venv + pip.
I recently switched and it is a massive step forward. With one command it creates a folder, a git repository, a .venv, adds defaults to .gitignore, all in <1s
https://github.com/astral-sh/uv
History for CLAUDE.md - astral-sh/uv

An extremely fast Python package and project manager, written in Rust. - History for CLAUDE.md - astral-sh/uv

GitHub
@nils_berger thanks, will take a look.