Show HN: Slitherlinks.com – Play Slitherlink Puzzles Online (slitherlinks.com)

2 points by sagasu007 ↗ HN
Hi HN,

I built Slitherlinks.com — a site to play Slitherlink puzzles (also known as “Loops” or 数回) in the browser.

Some features: • Daily puzzles with varying difficulty (easy → hard). • Multiple grid sizes: 5×5 up to 15×15. • Accounts, trophies, and leaderboards if you like competition. • Simple interactions: click to draw/erase a line, right-click (or Ctrl+click) to mark an edge with ×. • Tech stack: Next.js + TypeScript + PostgreSQL + Phaser.js, responsive design (desktop & mobile).

I enjoy logic puzzles a lot, so I wanted to create a smoother, more accessible Slitherlink experience. This is my first time sharing it here, and I’d really appreciate your feedback: • Is the UI/UX intuitive? • How is the mobile experience? • Any features you think are missing?

Try it here: https://slitherlinks.com

Thanks!

2 comments

[ 2384 ms ] story [ 32.4 ms ] thread
This puzzle is really interesting! I played some puzzles in mobile, and it works well in most cases. Vibrating when block edges are really good feature as it gives direct feedback to user.

However, in my phone when the puzzle size is bigger than 10x10, the outline dots of puzzle is out of screen, makes the puzzle unplayable.

Also, I found that system doesn't check the conditions about one single loop without branches, so the puzzle can be solved without making any loop and using only branches.

And when the puzzle newly generared, place any lines to see zeros change to green feels a little bit inconvenient for me.

Anyway, generated puzzle fits with their difficulty setting, and I like to play it with various difficulty and size settings. Thanks for sharing this joyful site!

Hi, I have fixed some of the issues. Thanks for your feedback.