nowfound

Alternatives

Products that do what Redactle Unlimited – a Wikipedia based game does

I created this game based on the original game (redactle.com). I built it to play more than one game a day (hence the name) but I've since added many features; lemmatized word matching, multiplayer, multiple languages and several small things like annotations and letter counts. The front end is SvelteKit (static-apapter), back end is mostly node.js, go+Redis streams for multiplayer WS and it's running on k8s. Lemma dictionaries are cached in Azure blob storage.

  1. 1TM

    Here’s a free, fun, novel five-letter word game for the web! It’s a game I originally wrote for the iPhone in 2010, but wasn’t able to finish before my first child was born. When I left my senior web developer job in September 2021 I figured I would postpone looking for work and finish the game before another 11 years passed, and expose myself to new skills doing it (in this case, Swift). I released it on the App Store in December, then turned my attention to doing a web version — when suddenly Wordle was in The NY Times, and then everywhere. Perhaps foolishly, I plowed ahead and here we…

    2022 · threemagicwords.app

  2. 2LG
  3. 3

    Practice vocabulary like a champ.

    2019

  4. 4WC
  5. 5

    Play Wordle in real-time against up to 8 friends

    2022

  6. 6MG

    Hi HN, My friend and I just launched a vocabulary quiz game. It's a two Player Game where you challenge your opponent with a word and answer their challenge question. Whoever gets the highest score in a round of 5, wins. Currently, words are from Barron's 333 most essential GRE wordlist to help students preparing for the standardized test. You can check out the game at: [Play Store] https://play.google.com/store/apps/details?id=com.buildmyvoc... or [Hybrid web app in Ionic - Please allow some time to load] https://buildmyvocab.in/wordsgame We would…

    2017

  7. 7WW

    2012 · wordwars.clay.io

  8. 8SW

    I just finished my first iOS game, Snack Words, which is a real-time, multi-player word finding game. iTunes link: http://itunes.apple.com/us/app/snack-words/id425786167?mt=8&ls=1 YouTube video demo: http://www.youtube.com/watch?v=5zPQuqoUHqU I wanted to build something very simple and minimal. There's no figuring out who to play, and each game is only 90 seconds long. The backend is 2,400 lines (so short!) of Erlang which speaks a custom protocol (length tagged JSON packets) to the client. The Objective-C side protocol implementation makes heavy use of blocks and works a lot like my…

    2011

  9. 9IB

    I haven't seen anything like this so I decided to build it in a weekend. How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it's own knowledge to answer your question. Happy to have my credits burned for the day but I'll probably have to make this paid at some point so enjoy. I found it's not easy to get cheap+fast+good responses but the tech is getting there. Most of the prompts are running through Groq infra or hitting a cache…

    Apr 2026 · sleuththetruth.com

  10. 10HM

    Hey HN, I am a novice web developer, and I built a new webapp game in Angular that combines the game play of Hangman and Wordle. I chose this project because I wanted to learn Angular, while also developing something useful. I have some prior backend experience. And, I was pleasantly surprised with how much you can achieve in the pure JS/Typescript these days. For my app, the backend only sends the daily puzzle data in JSON, while the entire game logic and interactions are completely implemented in the frontend. I wrote around 4000 lines of the frontend code for this project. For me,…

    2022 · 10letters.app

  11. 11WI
  12. 12TD

    I love the dictionary game: someone takes an unfamiliar word from the dictionary and writes down the definition. Then the other players come up with their own, fake, definition, and guess which one is real. I built a Wordle-style daily game out of this concept. You get shown a word and four definitions and it's up to you to figure out which one is real. There are five new words to try every day. The real definitions are from Wiktionary, the fake ones are made up by Claude (and sometimes me). Let me know what you think, and how this could be improved!

    Jun 2026 · dictionarypuzzle.com

  13. 13IM

    http://codewords.io/ I've been trying to get permission to run a game of it from the publisher and designer (CGE & Vlaada Chvátil) but I haven't heard back. I've found demonstrating that there's interest in what you're doing is the best way to get ahold of people. So.. Anyone interested in trying a massive game of Codenames over Twitch? Not quite "For Science!" more "For Engineering!" Which, let's be honest here, has a much better ring to it. If you'd like to know more, I put up an FAQ up here: http://codewords.io/faq/ If you'd like to sign up to help,…

    2017

  14. 14AG

    Hey HN, I made https://linkians.com which is a game where all the action and state is contained in the url. The game involves taking care of little pets (emojis) that live in your url bar. Kind of like tamagotchi or sims. Feed them, play with them, and watch out for enemies! There's no server, just emojis in the url and client-side logic. Any linkians url using the supported emojis is a valid game state so you can save your game, or type out your own url and send it to a friend. I'd appreciate any feedback.

    2022 · linkians.com

  15. 15BP
  16. 16IB

    I built a website for games that catch my eye or have something interesting going on. I made it for fun but then updating became a habit. Maybe you'll find your next "must-play" game here? GitHub repo: https://github.com/RaycatWhoDat/games-list

    Nov 2025 · alistof.games

  17. 17AM

    Hi, I’ve been working on Artifacts for the past 2 years, and it’s now ready to try. It’s a sandbox MMORPG where every action is done through a REST API. Instead of clicking to move, fight, gather, craft, or trade, you write code to control your characters. If you have any questions, comments, or feedback, I’d be happy to hear them.

    Jun 2026 · artifactsmmo.com

  18. 18AM

    Hi everyone! I'm one of the developers behind this project. I wrote it with my two brothers, Daniel and Ricardo. For years the three of us have been curious about how multiplayer games work, which is why we decided to work on this project. Our goal was to gain a deep understanding of how different players can share the same 3D space, which is why we wrote our own tiny game engine instead of using something like Unity. We wrote the engine using C++ and OpenGL, and we then compiled it to WebAssembly using Emscripten so that it would run effortlessly on web browsers. We are really excited about…

    2022 · play.moonlightmuseum.io

  19. 19YA

    Howdy HN. I wanted an excuse to do some lightweight JS/TS development and to get reacquainted with the Cloudflare stack, so I put together a daily word game. It's partially inspired by NYT's Spelling Bee and Wordle. The main goal is to find a specific word each day that uses each provided letter at least once. There's a secondary goal of finding as many words as possible. Right now progress is all stored on-device, but in the future I might add leaderboards or other competitive elements. Hope y'all enjoy!

    2025 · wotd.is

  20. 20WM

    The story For people based in Edinburgh (Scotland), you may know Codebase, the legendary co-working space and tech incubator. Few years ago, when the local coffee shop was called Elm cafe and run by Ally, her coffee machine would have a new fun fact written on it every day. All one had to do was to guess, is the statement Fact or Fiction? And Ally, also a great storyteller would reveal to you, whether you are in luck today. Some people (me) liked the joy of learning something new every day so much, that we decided to take it online. It was around that time when Wordle became a thing, so we…

    2024 · dailyfactorfiction.com

  21. 21MA

    I hereby present my little tiny pet project that entertained me for the past six months. In this post, I briefly present Maginet and its technical components. It is a turn-based strategy game that is built using Rust and compiles to WebAssembly with HTML5 bindings, which works on mobile and desktop alike! It comes with many game mechanics and components, including an AI opponent and online cross-platform multiplayer. There is so much to discuss even for a project of a smaller scale, but I am nevertheless excited to share a little bit about how you can actually build a game in Rust,…

    2023 · evrim.zone

  22. 22AP

    Most people like free things, some people like games. If you like 'm both then this might be something for you! I've made a website, a Discord bot, a Twitter bot, and a bunch of scrapers that roam the web to find free games out there. Just so that they can be found in one place by other people. I'm running this on my own server, so I'm curious as to how much traffic it can handle. The Discord and Twitter bots run on a fixed interval, so that shouldn't be much of a bottleneck. You can check it out online at: https://www.freegameisafreegame.com On Twitter at…

    2020

  23. 23TA

    Hey everyone! I wanted to share a game that myself and a couple other colleagues hacked up called Tweedle. We wanted to try something different in the genre of wordle clones, so we decided to build a game that algorithmically generates daily wordle puzzles for any person/profile on Twitter. The idea is that you can play someone’s tweets, guessing a word inside the tweet using wordle style gameplay. If you have an active Twitter profile, the game will generate a puzzle for your profile; this enables anyone on Twitter to have their own wordle game! Here is a game for a popular hacker news…

    2022 · tweedle.app

  24. 24IM

    Hey there HN, I took a page from Wordle's mechanisms and made this game for fun for some friends and I. Check out Wheredle and let me know what you think of it! ↙ ↗ ↘ https://wheredle.xyz

    2022 · wheredle.xyz

Ranked by how close each launch is in meaning, then by votes. Refine with a description →