Show HN: I made an interactive math crossword puzzle with infinite levels
11–20 of 47 posts
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#12I got a puzzle with one equation already solved, and only intersecting with one other, so it wasn't actually doing anything. I can't see an identifier to specify which one it is, but it has 11 - 7 = 4 vertically on the left side.
The difficulty seems to plateau pretty quickly.
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#13Fun times! I realise the UX might be tricky, but having a way to input things using a keyboard would be cool. Another issue is that multiplicative identity seems to be used too often. That is, too often the equation boils down to something like "8 × 1 = 8" or "5 ÷ 1 = 5". This would ramp up the difficulty considerably faster, though, so you might want to slow down the complexity increase a bit to compensate. Oh, and…
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#14https://i.postimg.cc/L5bbp2Hy/Screenshot-2024-01-08-at-7-06-...
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#15I have a puzzle with no correct solution: https://gcdnb.pbrd.co/images/T5vHCnVvd3Da.png?o=1 Edit: I read that as 3-x=3. I would assume that when reading up that should be the case. Reading x-3 with = above it doesn't seem intuitive to me.
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#16Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#17At least half of that preference is the ability to use keyboard controls. The math is also more tailorable to user ability (use the "type" menu), though within each game it goes from hard to easy.
Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#18Re: Show HN: I made an interactive math crossword puzzle with infinite levels
#19Are they randomly generated or you have a curated list? The difficulty increase too slow, but after 10 puzzles it starts to get tricky.
Hi! They are randomly-generated but in a controlled way (e.g. I tell it to make 1 equation with 1 option, or 5 equations with 8 options for some level). I've made the first few levels easy on purpose just to get people used to the game. And yes, it gets very tricky. Specially after 20-25 puzzles. :)