hanabi: put the bookkeeping in the panel #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hanabi/hud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Physical stacks answer what is on the table badly. A firework stack shows only its top card and a discard pile only its last — precisely the two things players need to count. On a real table someone says it out loud; here the panel does.
2/2means that stack is dead and the table can stop feeding it.Rules.reachablealready computed this but it had nowhere to appear.Y4x2is visible. Which copies are gone is the whole endgame, and a stack of overlapping cards hides exactly that.This is the useful half of going fully 2D: bookkeeping wants to be text, cards want to be objects, and there is no reason to pick one.
Verified through the harness rather than by eye — 200 seeds still pass, plus a probe that prints the HUD strings for a mid-game board.