
20 Questions App
Solo AI gameplay + modern approach to word puzzle/ trivia
What it does
Heya! I have recently made 20 questions into an app. That nostalgic game we used to play around with. I have introduced AI into the game so you can guess and play solo. Give it a try and feel free to let me know what you think. I'm a solo developer who's trying to get more experience while studying. Trying to join more communities and see what knowledge I can pick. Thanks !!
Does the same job
all alternatives →- IMI made a web game that makes practicing basic arithmetic fun2024 · worchle.com · ▲161
Hey, maker here. After launching a daily word search game, I randomly thought of this math game while driving. Finally got around to making it and I think it turned out pretty cool. It’s a math search game that’s meant to help you practice your quick addition, subtraction, multiplication, and division skills. I’m hoping it’ll help people (even those like me who aren’t big on math) learn and increase their speeds. (There are also some settings you can enable to make the game harder) If you try it out, please let me know if you found it fun, if you have anything you’d like me to add, or if you…
- MGMultiplayer game to help non-native English speakers improve vocabulary2017 · ▲67
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…
- AEAn endless scrolling word search gameDec 2025 · endless-wordsearch.com · ▲25
I built a procedurally generated word-search game where the puzzle never ends - as you scroll, the grid expands infinitely and new words appear. It’s designed to be quick to pick up, satisfying to play, and a little addictive. The core game works without an account using the pre-defined games, but signing up allows you to generate games using any topic you can think of. I’d love feedback on gameplay, performance, and whether the endless format feels engaging over time. If you try it, I’d really appreciate any bug reports or suggestions. Thanks in advance!
- DADuoQuiz: Android trivia game I've been working on after work2015 · ▲5
I've spent the past 4-5 months working on this Android trivia game in my spare time. Would love some feedback, thanks! Google Play link: https://play.google.com/store/apps/details?id=com.versuslabs.duoquiz
- CYCan you meld minds with AI and guess the same word?2025 · convergegame.com · ▲11
I built a daily word association puzzle where you engage in a quiet, collaborative mind meld with AI. I'd love to have folks try it out and tell me what they think! Here's how it works: 1. Enter your first word to reveal the AI's word of the day. 2. Don't think too hard about it. It's just a starting point. 3. Both of you think of a word that connects the two. 4. To win, you need to say the same word. 5. You have 8 guesses to converge. 6. Need a hint? The AI will drop a riddle in your final two guesses. HOW DOES IT WORK? After the user_word + ai_word are submitted, I trigger two separate LLM…
- IMI made a word puzzles app for improving your English vocabulary2025 · dictionarygames.io · ▲12
English is my second language. From my experience, I learnt that developing your vocabulary is a long and arduous process. Traditionally, learners used flashcards (or their digital incarnations). I wanted to build something more engaging and more effective in building your vocabulary. DictionaryGames is aimed mostly at ESL (English as a Second Language) students, but I am hoping it might be fun for any English language lovers. The project is in BETA, it is free, and no registration is required. I am looking for feedback to improve it. If you comment, please indicate if you are a native…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com