
Toon Tone Color Memory Guesser Game | toontone.im
通过调整 HSB 滑块来猜测匹配动漫颜色的在线游戏。
ToonTone — 在线动漫猜颜色小游戏
完整作品展
技术栈
60 projects

通过调整 HSB 滑块来猜测匹配动漫颜色的在线游戏。
ToonTone — 在线动漫猜颜色小游戏

与最优AI对手玩Yahtzee,测试你的策略直觉。
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements

与AI或在线对手下棋,通过迷你游戏决定每次吃子。
@GeorgeGognadze · X
Hi, I’m building the new chess version where mini games decide the capture @dualchess

6分钟脑力锻炼,提升专注力、反应速度和记忆力。
@i_manish_30 · X
Mathletiq - 6 minute brain exercise app

向 QWQ AI 提问,获得详细推理答案,无需登录。
QWQ AI Assistant — 免费提供经过深思熟虑且富有详细推理的答案的 AI 助手,不需要登录

完成几个句子测量你的clanker评分。
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

SmartMatch AI - 用自定义条件和精度匹配电子表格列
Smart Match AI — 自定义条件和精度来匹配两列不同的数据,更加自由的 Excel lookup/vlookup

通过9个主题的测验、AI导师和液态玻璃界面学习数学。
@AsedaKingVpryi · X
Check out what I just built with Lovable!

根据工作岗位查看每日运势、宜忌事项和幸运时刻。
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 邮件管理工具。
@dailytaskproai · X

创建实时测验,AI即时生成问题,与观众实时互动。
EZQuiz — AI 智能实时测验,让你快速创建、分享并与观众通过实时互动测验进行互动

5 Letter Word Finder:按 Wordle 线索快速筛选 5 字母单词。
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 。现在主要想收集一下文字游戏玩家 / 做工具站朋友的反馈:哪些筛选项、排序逻辑或移动端交互还可以再改?