Show HN: Wall Go – browser remake of a Devil's Plan 2 mini-game

Source code: https://github.com/schaoss/wall-go

I binge-watched Netflix’s “Devil’s Plan 2” and got hooked on the “Wall Go” round. A few nights of vibe-coding later, here’s a fully playable browser version:

• 7×7 board, staggered placement (1-2-2-1), 0-to-2-step moves, mandatory wall each turn. • Light / dark mode, mobile-friendly hit boxes • Simple AI (ΔReach + liberty heuristic) – beats random, not a grandmaster yet • Tech stack: Bun + Vite + React + Tailwind v4 + Zustand, deployed on GitHub Pages

Looking for feedback: * is the AI too weak / unfair? * any UI quirks on touch devices? * rule misinterpretations I missed?

Bug reports, feature requests, or PRs very welcome. Hope you enjoy boxing your friends into tiny corners as much as I did while coding this :)


Comments URL: https://news.ycombinator.com/item?id=44088248

Points: 10

# Comments: 2

https://schaoss.github.io/wall-go/

созданный 4h | 25 мая 2025 г., 17:10:12


Войдите, чтобы добавить комментарий

Другие сообщения в этой группе

Show HN: DaedalOS – Desktop Environment in the Browser

Demo: https://dustinbrett.com

Hey HN!

I've been building my passion project daedalOS for over 4 years now.

The original idea was to give

25 мая 2025 г., 19:20:24 | Hacker news
Show HN: Zli – A Batteries-Included CLI Framework for Zig

I built zli, a batteries-included CLI framework for Zig with a focus on DX and composability.

Key features:

- Typed flags with default values and help output - Rich formatting, and layout supp

25 мая 2025 г., 19:20:21 | Hacker news