~bigbes/game-prototype-ftl: 3aab76ea

crew-movement: wire input, tick, and render

Add drawCrew to render.go (interpolated circle + selection ring + initial label).
Extend Game with crew slice, walkable-tile map, selectedCrew, and dt-based tick;
handle left-click for crew selection and BFS-path dispatch.

Eugene Blikh <bigbes@gmail.com> — 2026-04-28 00:10:27 UTC

Commit 3aab76ead19850ff1e2aae08ffe8c1948a4fb4afview raw patch

Parent(s): e1619adc

2 changed file(s)

FileStatus+
main.go M +47 -3
render.go M +23