
ShipTogether: A co-founder network built around your work
通过作品匹配联合创始人,分享构建日志参加一周试验冲刺。
@ship_together · X
完整作品展
技术栈
13 projects

通过作品匹配联合创始人,分享构建日志参加一周试验冲刺。
@ship_together · X

浏览ARC Raiders游戏的互动地图、任务指南和物品库。
Arcraiders.website — ARC raiders 游戏工具网站,功能比较丰富全面 - [更多介绍](https://arcraiders.website/quests)

每日逻辑谜题游戏,灵感来自Shikaku和LinkedIn Patches。
patches game — 每日逻辑谜题游戏

玩耍和分叉由人类和AI创建的浏览器游戏。
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

通过OwsterLabs的电影级任务和交互式物理模拟学习数学和物理。
@electricdrago10 · X

在社区排行榜上对项目投票,使用付费支持提升可见性。
@gabugando · X
Ship your next project

Almanac - 从文件构建自动更新的团队知识库,带来源引用。
reveriedev · HN
Almanac – A self-updating wiki from your files

Leherka是免费在线游戏平台,玩扫雷、数独、井字棋和接龙等经典游戏。
@iamdeepak89 · X


在ChatGPT、Perplexity和Claude上审计和优化本地业务的可见性。
@Timemindai · X

游戏化待办应用,有连续完成、XP、每日任务、专注计时器和AI鼓励功能。
@sealionjaywalk · X
I got tired of todo apps feeling like spreadsheets, so I built one that feels like a game. ・Finish a task → your AI crew cheers for you ・Streaks, XP, daily quests, focus timer

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is