shithub: puzzles

Download patch

ref: a56781bb695b11f8afdd012c703b4d6930d4aca8
parent: 0d005b526ed554a165a83557512e745c8de335d6
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sun Jun 25 10:30:20 EDT 2023

Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in Galaxies

The boundary between them for mouse clicks probably wants to be
revisited because at the moment it's slightly inside the edge of the
grid.  I tried using INUI() instead of INGRID() but that just gives a
different wrong answer, so I may need to actually understand what's
going on here.