15 puzzle game: Difference between revisions

m
Line 2,345:
.
func move_tile . .
c = truncfloor (mouse_x / 25)
r = truncfloor (mouse_y / 25)
i = r * 4 + c
if c > 0 and f[i - 1] = 16
Line 2,373:
text "Well done!"
move 5 25
text "Time: " & truncfloor (time - time0# + 0.5)
.
.
2,058

edits