Hacker News new | ask | show | jobs
Show HN: I made a Word Search game with the help of an AI assistant (wordsdescrambler.com)
3 points by rg12345 323 days ago
I built this word search game with help from ChatGPT:

https://wordsdescrambler.com/solver/games/wordsearch/

I’m not a game dev, just curious. Asked AI how to generate grids, check directions, and make it mobile-friendly — and shipped it in a weekend.

Built with HTML, CSS, JS, and Flask. Clean UI. No ads. Just a simple game.

Would love your thoughts!

4 comments

Nice work! It’s refreshing to see a game that’s not bloated with ads or popups. Have you thought about adding a timer or leaderboard for a competitive mode?
Thanks! That means a lot. I wanted to keep it clean and distraction-free. A timer or leaderboard is definitely on my list — thinking of a daily challenge mode too. Would be fun to see how fast people can solve it.
Tried it — really smooth on mobile. Love the minimal design. Curious, how are you generating the word lists? Are they randomized or from a fixed set?
Glad you liked it! The word lists are pulled from a fixed dictionary, but the grid and word placement are randomized each time. I’m thinking of adding themed categories next (animals, food, etc.) — could make it more fun!
Impressive weekend build — love it!
Thank you. Do share your feedbacks!
No idea what I am supposed to do.
Hey, I will add tutorial:

1. Look at the Word List: You'll see a list of words to find — usually 10–12 words per puzzle.

2. Search in the Grid: Words can be hidden horizontally, vertically, or diagonally — and even backwards!

3. Highlight a Word: Click (or tap) and drag across the letters of a word. If it's correct, it will get highlighted and removed from the list.

4. Finish the Puzzle: Find all the words to complete the game!

Couldn't see the word list on my phone.