NNG4 icon indicating copy to clipboard operation
NNG4 copied to clipboard

Victory condition achieved when writing non sensical tactics

Open astrale-sharp opened this issue 5 months ago • 5 comments

typing rw [mul_succ ()] where mul_succ could be any other valid condition prompts the level to tell you that you won.

Having a blast with this game btw, thanks

astrale-sharp avatar Jun 26 '25 13:06 astrale-sharp

I cannot reproduce this. Which level were you on, and which sequence of tactics did you enter?

TentativeConvert avatar Jun 27 '25 13:06 TentativeConvert

one of many examples : Note that the next button is gray and so you cannot proceed even though you have a winning screen Image

astrale-sharp avatar Jul 02 '25 20:07 astrale-sharp

I would guess this happens if the game mode is set to "relaxed" and the Lean server actually inserts a sorry instead of throwing an error. Which it does here and there, mainly to make editing Lean files in VSCode nicer.

joneugster avatar Aug 26 '25 07:08 joneugster

I am seeing students doing stuff like rw [succ_add_eq_one] (a mis-spelling of succ_eq_add_one) and the game basically freezing -- the goal is repeated and there's no box to type in anything else and there's no error. This is leading to a frustrating user experience :-/

kbuzzard avatar Oct 16 '25 16:10 kbuzzard

This appears to be a variant of https://github.com/leanprover-community/lean4game/issues/400 and should be closed here in favour of that issue.

TentativeConvert avatar Oct 22 '25 13:10 TentativeConvert