> Create a free account to keep playing. After 3 attempts (all moves were mistakes! maybe I'm too stupid?) asked for my email. Is emails collection the end-goal of this (vibe-coded, I suppose) page?
I have been playing nonograms for a year now, there was never insta death, controls are a little off, title is hidden until its solved to avoid spoilers This is obviously programmed by someone who doesn't play nonograms. Safe to assume it was vibe-coded
Show HN: Got sick of ads, so I made my own logic puzzle site
151–160 of 181 posts
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#152This is great, thank you! I predict agentic coding will change software dramatically in this direction. I recently had my weather app showing me a full-screen video ad. It drove me so mad that I developed wwads in a few hours with claude, Weather Without Ads (or any tracking, etc.), which can be installed as a PWA on Android or iOS. https://jmrk84.github.io/wwads/
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#153Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#154Looks nice but feels severely underbaked. Did a medium soduku puzzle. Made a mistake, so I tried erasing it to get rid of the noise. 0? no. backspace? also no apparently. then I just mashed other number keys to see if the square was responive at all and I failed the puzzle. Why does sodoku need a fail counter in the first place?
Fair criticism. I appreciate the feedback! I thought I made the backspace key work on Sudoku. I'll look into that. I know "E" works for erase. Just checked it and if the incorrect answer is selected, you can press "E" or "delete"/"backspace" and that should clear the incorrect answer. As for the fail counter, it's so that the leaderboards are fair. If someone can just faceroll the keyboard to solve the puzzle quickly…
Curious if you could let me know what code or images provide the backgrounds on your Kakuro, is it a CSS diagonal line, or a tile? What comes up if you run a quick:
find . -name diag.png -type f
Reminds me of mine!Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#155Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#156Earlier quoted context omitted.
Fair criticism. I appreciate the feedback! I thought I made the backspace key work on Sudoku. I'll look into that. I know "E" works for erase. Just checked it and if the incorrect answer is selected, you can press "E" or "delete"/"backspace" and that should clear the incorrect answer. As for the fail counter, it's so that the leaderboards are fair. If someone can just faceroll the keyboard to solve the puzzle quickly…
I am used to 0 and backspace, not too difficult to allow 0 key to clear a cell. Curious if you could let me know what code or images provide the backgrounds on your Kakuro, is it a CSS diagonal line, or a tile? What comes up if you run a quick: find . -name diag.png -type f Reminds me of mine!
.kakuro-clue { background-image: linear-gradient(to top right, transparent calc(50% - 0.5px), rgb(148 163 184) calc(50% - 0.5px), rgb(148 163 184) calc(50% + 0.5px), transparent calc(50% + 0.5px)); }
The site uses Tailwind CSS for the styling generally.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#157I did the same with a few of my favorite casino games (and to save some money) https://roulette.free/ https://blackjack.free/ https://baccarat.free/ little less heady than your site! but i still enjoy to play the games for free lol
Nice, mobile layouts could improve… couldn’t bet in roulette
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#158Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#159I'd make a non competitive mode without mistakes system: I love the puzzles, idgaf about leaderboards