
Arrow Go Guard - 免费在线箭头逻辑解谜游戏
Clear arrow paths in this browser puzzle game with story mode, daily challenges, and endless play.
wilddog · V2EX
搞了个摸鱼小游戏 https://arrowgo.net/zh-cn 箭头消除游戏 有独立的闯关模式 有每日挑战 有无尽模式 还支持自己编辑地图
The full gallery
Tech stack
17 projects

Clear arrow paths in this browser puzzle game with story mode, daily challenges, and endless play.
wilddog · V2EX
搞了个摸鱼小游戏 https://arrowgo.net/zh-cn 箭头消除游戏 有独立的闯关模式 有每日挑战 有无尽模式 还支持自己编辑地图

Get AI-suggested outdoor activities for your day based on your available time and location.
u/Electronic_Ad418 · Reddit
I built an app for that "What should we do today?" moment I've been building an AI adventure planner called Wilder for longer trips, but I kept running into a different problem in my own life: "What should we do today?" Not a weekend getaway. Not a road trip. Just a random free afternoon where my wife and I end up spending 30+ minutes bouncing between Google Maps, Instagram, Reddit, and AllTrails trying to decide what to do... and sometimes we end up doing nothing. So I spun off a sep

One word in the middle holds two words together. Three bridges, once a day.
@rammuh123 · X
Made a little word game called Middleman. You get 3 word puzzles a day and have to figure out the word that connects the two sides. Try today's 👇

One page. One owner. Whoever pays holds it until midnight UTC, or until someone pays more.
@alexcloudstar · X

Play a free online tile-pattern game with friends or solo against the computer.
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