Earlier quoted context omitted.
thank you and glad you love it, those books are more than enough. As for the css part, I would suggest you start by building the layout for the desktop first. Once the desktop version looks good, use media queries to adjust the design for mobile and tablet sizes. As for js and html part, think in Components: Instead of one giant file, break your code into "modules" or "components". In my matchstick game, I built the…
I appreciate the good faith effort here to learn (and advise on) programming skills! It’s rare nowadays.
Show HN: Stop playing my matchstick puzzles, start building your own in seconds
31–36 of 36 posts
Re: Show HN: Stop playing my matchstick puzzles, start building your own in seconds
#32Earlier quoted context omitted.
thank you and glad you love it, those books are more than enough. As for the css part, I would suggest you start by building the layout for the desktop first. Once the desktop version looks good, use media queries to adjust the design for mobile and tablet sizes. As for js and html part, think in Components: Instead of one giant file, break your code into "modules" or "components". In my matchstick game, I built the…
Thank you so much for the wonderful advice! It's so refreshing to see humans act and be human-- helping each other despite not knowing each other. For context, I've been stuck in tutorial hell for years! Part of it can be blamed on my ADHD, which is a serious disability if you want to finish any task. Still, I've been trying to make inroads at it... I've been reading several books at the same time, but stuck on chapt…
Re: Show HN: Stop playing my matchstick puzzles, start building your own in seconds
#33I think I broke it a little, playing around with INT64_MAX - https://mathstick.github.io/play?q=hrojihaacciabcmtskiistbij... Edit: mostly directed at OP, the puzzle maker claimed something like 12 identical solutions for the same puzzle
Re: Show HN: Stop playing my matchstick puzzles, start building your own in seconds
#34Nice job. I'd seen similar things in the past but I had no idea this was an actual type of puzzle. Your game has a bug which is relatively common in drag-and-drop games. If the viewport is smaller and I drag a match off-screen by accident, it can get stuck to the edge. Then it can become detached in such a way that makes it impossible to recover the match. https://en.wikipedia.org/wiki/Matchstick_puzzle
Re: Show HN: Stop playing my matchstick puzzles, start building your own in seconds
#35Typo: invetory
Re: Show HN: Stop playing my matchstick puzzles, start building your own in seconds
#36I think I broke it a little, playing around with INT64_MAX - https://mathstick.github.io/play?q=hrojihaacciabcmtskiistbij... Edit: mostly directed at OP, the puzzle maker claimed something like 12 identical solutions for the same puzzle
Fix the integer overflow issue. Now your share link will only the first puzzle, the other two puzzles are invalid thus won't be shown any more. If you don't see any changes, you may need to refresh the browser to see the latest version.