
Toon Tone Color Memory Guesser Game | toontone.im
Match anime colors from memory by adjusting HSB sliders in this guessing game.
ToonTone — 在线动漫猜颜色小游戏
The full gallery
Tech stack
60 projects

Match anime colors from memory by adjusting HSB sliders in this guessing game.
ToonTone — 在线动漫猜颜色小游戏

Play Yahtzee against an optimal AI to test your strategy intuition.
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements

Play chess online or against AI, with mini-games deciding every capture.
@GeorgeGognadze · X
Hi, I’m building the new chess version where mini games decide the capture @dualchess

Train your focus, speed, and memory in 6-minute brain exercise sessions.
@i_manish_30 · X
Mathletiq - 6 minute brain exercise app

Ask an AI assistant questions and get detailed reasoning-based answers without logging in.
QWQ AI Assistant — 免费提供经过深思熟虑且富有详细推理的答案的 AI 助手,不需要登录

Complete sentences and get a clanker score based on how predictable you are to AI.
niklio · HN
You write 8 text completions and open models score how predictable each word was too them. Predictable => clanker. You can share results with your friends. The scoring checks every word you write against the model's logprobs. Right now I'm using Llama3.1, Deepseek v3 and Qwen3 to keep costs low. I tried to calibrate it so other models (chatgpt/claude) score 100% and interesting human responses score in the 10-30% range. Totally free, no signup

Match spreadsheet columns using custom conditions and AI-powered precision.
Smart Match AI — 自定义条件和精度来匹配两列不同的数据,更加自由的 Excel lookup/vlookup

Learn math through interactive quizzes across 9 topics with an AI tutor and liquid-glass interface.
@AsedaKingVpryi · X
Check out what I just built with Lovable!

Check daily auspicious activities, taboos, and fortune predictions for your workplace role.
nymph09 · V2EX
做了一个打工人黄历,用来玄学上班的传统魔法 做了一个面向产品、开发、测试、项目和运营同学的职场黄历,根据日期和岗位生成当天的运势、宜忌事项、贵人/冲煞、吉星和值日信息。 ## 项目链接 - 在线预览:[https://noir-hedgehog.github.io/pm-calendar/]( https://noir-hedgehog.github.io/pm-calendar/) - GitHub 仓库:[https://github.com/noir-hedgehog/pm-calendar]( https://github.com/noir-hedgehog/pm-calendar) ## 比如今天的 

AI email management tool that scores inbox by revenue risk, auto-drafts replies and prioritizes tasks.
@dailytaskproai · X

Create and host live AI-powered quizzes with real-time audience engagement and instant question generation.
EZQuiz — AI 智能实时测验,让你快速创建、分享并与观众通过实时互动测验进行互动

Fast 5-letter word finder for Wordle, Scrabble, and crosswords with position and letter filtering.
lby910722 · V2EX
做了一个 5 Letter Word Finder:按 Wordle 线索快速筛 5 字母单词 最近做了一个英文 5 字母单词查找工具,主要给 Wordle / crossword / Scrabble 这类场景用: https://5letterwordsfinder.org/ 特点: - 可以按 green tile 的固定位置筛选 - 支持 must include / exclude letters - 支持 starts with / ends with / contains pattern - 支持 available letters ,用来做 anagram / rack search - 词库在前端本地跑,结果响应很快,不依赖远程 solver API - 有 common-only 模式,Wordle 场景不会被太多冷僻词淹没 我把工具放在首页第一屏,下面才是说明文档和 FAQ 。现在主要想收集一下文字游戏玩家 / 做工具站朋友的反馈:哪些筛选项、排序逻辑或移动端交互还可以再改?