←back to thread

56 points lnenad | 1 comments | | HN request time: 0.2s | source

Hey HN,

I built this simple puzzle generator to play around with wasm a bit.

It's open source if anyone wants to play around with the code https://github.com/lnenad/puzzlip

Show context
manucardoen ◴[] No.42127200[source]
really nice. Unfortunately once I spotted the score tells you you've hit the correct rotation, I just looped over all the squares clicking each one until my points went up.
replies(1): >>42129048 #
1. lnenad ◴[] No.42129048[source]
Ah, that is why I have added the number of moves and the ideal number of moves :)