22 comments

  • lschueller37 minutes ago
    &gt; Create a free account to keep playing. Sign up or log in to create an account, save your progress, and continue this difficulty.<p>And here we are again. A nice idea, ai generated, for grabbing email addresses... Not even trying to give it a human touch. Is this the new spam? Hundreds of sites and web apps forcing you to sign up with a temp email address for no good reason?
    • IsTom2 minutes ago
      So &quot;no ads, no subscription&quot; on its front page is a lie? I am shocked, so very shocked.
    • chadgpt330 minutes ago
      Should&#x27;ve asked for a photo ID!
      • lschueller25 minutes ago
        Oh yes! This would fit in. &quot;Please verify with Persona&quot; will be the next level.
  • pavel_lishin2 hours ago
    This is nice!<p>Readers may also enjoy Simon Tatham&#x27;s puzzle collection, available for mobile as well: <a href="https:&#x2F;&#x2F;www.chiark.greenend.org.uk&#x2F;~sgtatham&#x2F;puzzles&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.chiark.greenend.org.uk&#x2F;~sgtatham&#x2F;puzzles&#x2F;</a><p>(My favorite currently is Dominosa. Playing the Hard mode is teaching me new patterns.)
    • zellyn30 minutes ago
      Strong +1 to Simon Tatham&#x27;s puzzle collection. One note: the main iOS app is a little wonky in places. I&#x27;ve been using Kyle Swarmer&#x27;s &quot;Puzzles Reloaded&quot; app, which is a little nicer in places.
    • penr0se2 hours ago
      Mine is currently Net, 7x7 grid with wrapping variant. I take about 5 minutes on average to solve a level, which is the sweet spot for me
      • pavel_lishin53 minutes ago
        Oh, this is kinda fun, I&#x27;m gonna play with it for a bit!
  • underyx2 hours ago
    I feel like the Nonogram is AI generated? There’s no way a human would set a perfectly symmetrical “diamond” as a medium difficulty puzzle. Worse yet, the hard difficulty is just “big diamond”, the same thing on a slightly larger grid.
    • miguel-muniz1 hour ago
      I was also very confused. I started a medium puzzle and was immediately thrown off by the borders. Thicker borders are usually every 5 cells, but here it looks like they&#x27;ve been added just to equally divide the puzzle into 3 chunks.<p>Missing small details like these makes it fall into the uncanny valley. It looks like a typical puzzle on the surface but when you try to solve it all the mistakes stick out.
    • pred_1 hour ago
      I mean the front page is full of LLM smells, so presumably the games are made that way too.<p>And that&#x27;s fair; this whole thing could be one-shot with any of the leading models.
      • HaxleRose1 hour ago
        I hear ya. Fair criticism. I&#x27;m a professional developer myself, but not great at design. I&#x27;ve tried to come up with a different looking site best I could. I went with a newspaper theme like back in the day when you&#x27;d get the puzzles in the paper. And then it was my idea to have a sudoku being solved as a graphic on the front page. I would push back that this could be one-shot by any of the leading models including Fable. Each of the 10 puzzle types has to have its own generator and they&#x27;re different from each other. They have to handle uniqueness, solvability, and difficulty and none of the leading models have nailed even just a single generator on the first shot. Plus, there&#x27;s monetization, rate limiting, caching, among other things under the hood that models wouldn&#x27;t typically touch without specific instruction or would, at best, half-ass it. Maybe you have better luck with them, but for my job, I work on a large legacy app as well as various microservices and the LLMs miss things all the time. I have a system I use that does make them perform better, but you still gotta watch em like a hawk.
      • giancarlostoro1 hour ago
        I one shot games every now and then, just to see how much it can do. For anyone wanting to experiment, I have come to learn that if you make it make browser games the setup is even easier since it can just inject the JS into the HTML and import from a popular CDN, no node, no compilers needed, just a single HTML page with inline JS.
      • benrutter1 hour ago
        &gt; the front page is full of LLM smells<p>I&#x27;m curious, What kind of details are you thinking of? I&#x27;m not sure I really have much of a radar for LLM websites in the way I do for LLM pictures or music.
        • shevy-java1 hour ago
          I don&#x27;t know for pictures, but I have gotten pretty good at detecting AI in videos. I am noticing these a lot on youtube. Often you can tell, e. g. movements being weird, animals behaving in ways that are only in a short and nowhere else to be found. And some more indicators e. g. youtube insists on showing sexy girls, but the video is clearly &quot;cut&quot; into another video and the surface layers also don&#x27;t fully align; or some proportions are odd (I don&#x27;t mean the &quot;regular&quot; ones but e. g. when the biceps looks like semi-hulk, you know something is AI slop). I try to not watch AI slop but sometimes it happens.
          • benrutter1 hour ago
            For images, there are some clear styles AI leans heavily on if not actively steered away[0].<p>It can definitely be prompted pretty successfully though, a bird spotting app was up her on HN recently with some really nice looking woodblock prints that were AI generated (I always feel disappointed&#x2F;tricked when art turns out to be made by AI, I&#x27;m not sure why, it seems to pull the joy out of it for me)<p>[0] <a href="https:&#x2F;&#x2F;lcamtuf.substack.com&#x2F;p&#x2F;the-100000-whys-of-ai" rel="nofollow">https:&#x2F;&#x2F;lcamtuf.substack.com&#x2F;p&#x2F;the-100000-whys-of-ai</a>
    • HaxleRose1 hour ago
      The nonograms get more difficult as you do them. I actually made the diamond one myself, haha! Not too challenging really. I&#x27;m not good with making pixel art, but I probably made half of them by hand and I used Fable 5 to make the rest. I didn&#x27;t actually find Opus or GPT-5.5 very good at making them. Or if they had an idea that was good, I had to fix it myself. Fable 5 was much better and 80% of its ideas looked decent.
  • chadgpt333 minutes ago
    After starting a nonogram level, it seems you can&#x27;t go back to it because you&#x27;re just prompted to sign up or log in. As mentioned already they&#x27;re also shitty puzzles.
    • WolfeReader25 minutes ago
      Unfortunately, these days, &quot;Show HN&quot; is a code phrase for vibe-coded and untested projects. I was optimistic for this one because I love puzzles.
  • bluecoconut26 minutes ago
    For those who like these types of puzzles, i made a benchmark called pencil puzzle bench<p>Testing AI model&#x27;s ability to solve puzzles like these. <a href="https:&#x2F;&#x2F;ppbench.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ppbench.com&#x2F;</a><p>Can play the puzzles and compare your timing and accuracy to many AI models on the leaderboards
  • neogodless1 hour ago
    I&#x27;m 99% sure this was an invalid Sudoku puzzle.<p>Just before putting the 2 in here (above the pencil 6), I put in 6 and it said Mistake, so I erased it and put 2. But... why wouldn&#x27;t 6 be valid there?<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;aOnKbiT" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;aOnKbiT</a><p>EDIT: As per replies, &quot;X&quot; Sudoku is variant with a different rule. While I saw the diagonals &quot;highlighted&quot; in another color, I didn&#x27;t know that rule. Perhaps it could be added to the page for those unfamiliar with this non-standard Sudoku variant?
    • doodpants1 hour ago
      Because there&#x27;s already another 6 on the same main diagonal. This is an &quot;X Sudoku&quot; puzzle, which means that each main diagonal must have all 9 different numbers.
      • neogodless1 hour ago
        All I&#x27;ve never done the diagonals before... oops.<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Dfxf9CJ" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Dfxf9CJ</a> (before picking 2 &#x2F; 6 &#x2F; 7.)
    • EdSchouten1 hour ago
      Yeah, that Sudoku puzzle has multiple valid solutions, whereas the page only seems to accept a single one.
      • rmunn1 hour ago
        There&#x27;s an extra constraint on that one: the two main diagonals must both have nine different digits. That&#x27;s what makes it a single-solution puzzle.
  • furyofantares57 minutes ago
    Looks great. FYI, Claude has idunno, maybe 20-30 different strongly themed websites it knows how to make, and this newspaper aesthetic is one of them, and all the sites it does this way look exactly the same.<p>It&#x27;s a good aesthetic for your site, and I thought it was a good one for one of my sites. But eventually I redesigned my site significantly when I saw that it&#x27;s gonna be common among vibed-up website designs and they look exactly the same.
  • trizoza17 minutes ago
    &gt; Play in dark mode<p>Only after you create an account? Oh my lord
  • abhashanand15012 hours ago
    How do you plan to keep it free from ads? I see it has accounts, if it was completely client side, it could have been forever free.
    • HaxleRose2 hours ago
      It doesn&#x27;t cost me much to run. About $9&#x2F;month for the VPS + domain and I run other apps on the same VPS. Just my little hobby server. It does have monetization though, but I give the first 25 puzzles of each type + difficulty for free and then you pay a few bucks to unlock the rest. Maybe I&#x27;m being too generous, but it&#x27;s not a big deal really.
  • yunruse1 hour ago
    Nice! I wanted to share a link to Ripple Effect Hard with my time (23:47), but it seems the URL only captures attempts, so there&#x27;s no real way to link to the puzzle itself.<p>Might be useful to<p>- add a wordle-style &#x27;SHARE&#x27; button, and&#x2F;or<p>- make the canonical URL that of the puzzle (and only the attempt on completing&#x2F;abandoning it)
  • ChrisRR1 hour ago
    Well i like the theory but all of your nonograms are symmetrical or diamonds. Not exactly much of a puzzle<p>And what sort of monster doesn&#x27;t have nonogram sizes in multiples of 5?
    • HaxleRose1 hour ago
      Haha, yeah, the early puzzles are pretty simple, but they do start to get more variety as you progress through them.<p>I hear ya. Maybe multiples of 5 would&#x27;ve been better. Mainly, I was trying to get a good mobile experience with as big of a board as I could. Perhaps not the best call.
  • vova_hn22 hours ago
    By the way, if you are interested in nonograms specifically, there is a great website nonograms.org that has tens of thousands nonograms (both B&amp;W and color) and no ads.
    • HaxleRose1 hour ago
      Oh yeah, I think I&#x27;ve seen it before. I got some inspiration for some of the nonograms that I made from some different sites. Not all of the sites that I&#x27;ve seen have had a great UI, especially on mobile, which is why I wanted to add nonograms to this site specifically.
  • iooi2 hours ago
    Nice job! I made something similar, mostly for myself: <a href="https:&#x2F;&#x2F;www.vexling.com" rel="nofollow">https:&#x2F;&#x2F;www.vexling.com</a><p>Plan to keep it forever free :)
    • HaxleRose2 hours ago
      Nice! real cool! This site does have monetization, but I give the first 25 puzzles free for each difficulty level. So a good amount of free content and I&#x27;m still trying to add more games.
  • SpyCoder771 hour ago
    The homepage is a little overwhelming, other than that cool site
  • GL262 hours ago
    Please copy the LinkedIn Games !
    • lewistaariq1 hour ago
      I second this suggestion.
    • HaxleRose2 hours ago
      Oh yeah? I&#x27;ll have to check them out. Good tip!
  • ori_b1 hour ago
    I took a quick look at the source:<p><pre><code> &#x2F;&#x2F; Fire view events (e.g. unlock_prompt_viewed) for any monetization prompt &#x2F;&#x2F; present in the freshly loaded page. data-analytics-view-events is a JSON &#x2F;&#x2F; array so one rendered prompt can report several events at once. </code></pre> What&#x27;s a monetization prompt?
  • WolfeReader37 minutes ago
    The &quot;Hard&quot; big diamond nonogram was not hard at all. Are you vibe-coding these?
  • inigyou1 hour ago
    Are you blocking Tor?
    • HaxleRose1 hour ago
      Checked on it and I&#x27;m not blocking Tor. Are you getting issues? Maybe it&#x27;s not handling the boost in traffic from this post
    • HaxleRose1 hour ago
      Hmmm, if it is, I wasn&#x27;t aware of it. Let me look into my rate-limiting settings that might block something like that.
  • insane_dreamer1 hour ago
    Nice! A few word games would be cool: scrabble, boggle, etc.
  • AlphaTheGoat272 hours ago
    [dead]