
Super Pong Game
Pong-inspired browser game with Street Fighter 2-style combat mechanics.
@asredoblado · X
Working on Super Pong. Think Pong meets Street Fighter 2. #IndieGameDev #vibecoding #app #webgame #pong #build
The full gallery
Tech stack
21 projects

Pong-inspired browser game with Street Fighter 2-style combat mechanics.
@asredoblado · X
Working on Super Pong. Think Pong meets Street Fighter 2. #IndieGameDev #vibecoding #app #webgame #pong #build

Forge creatures in a 3D game with GPU-simulated water physics.
@rand_monsterlab · X
A monster walks into a GPU-simulated pond. Reactive SPH water in the browser with @threejs + WebGPU. Every movement sends ripples through Coming soon. Follow @rand_monsterlab: #ThreeJS #WebGPU #VibeCoding #IndieGame #Monster

Generate 3D models, characters, and animations from images or text.
zaczuo · Product Hunt
V2Fun Generate 3D character with 8K textures and AI motion capture

A thought-provoking sewing machine game with a competitive leaderboard.
dkhcyx · V2EX
欢迎大家体验我做的发人深省,劝人向善的精品游戏 https://cassiangroup.uk/sewing/ https://cassiangroup.uk/salvate/ 最近 codex 重置太多了,蹬不完的 token 拿来蹬游戏了 期待大家荣登排行榜

Play 20 Claude-generated classic HTML5 games with their prompts visible.
yidaimaxia · V2EX
claude fable5 生成的游戏效果 最近 claude fable5 相当聒噪,我用这个模型一句话生成了 20 款经典的 H5 网页小游戏 为了方便大家试玩和研究,我把它们集成到了自己写的轻量级工具站里,并且将每款游戏生成所用到的完整英文 Prompt 提示词完全公开在了游戏详情页,可以使用这个 prompt 在其他模型跑跑看是啥效果。 👉 小游戏在线试玩与 Prompt 传送门: https://www.pokitx.com/zh/html-games 🎮 部分小游戏复刻 showcase: 森林冰火人 (Forest Ice & Fire) 复刻程度:完美还原了双人键盘控制、冰火物理陷阱的碰撞体积判定。 Prompt:我们在详情页附带了引导 AI 编写双人物理按键监听和关卡碰撞图纸的核心 Prompt 。 试玩 & 提示词: https://www.pokitx.com/zh/html-games/senlinbinghuoren 3D 坦克大战 (Tank Battle 3D) 技术要点:利用 H5 Three.js 库,由 AI 一

Play a browser-based game about conquering the world.
pzxc · HN
I've been using AI (mostly Claude, a little Cursor) to make video games, publishing a new one every day, for over 2 months Today's game is a simplified Risk clone called World Domination. Happy to answer any questions, would love any feedback!

Play a 3D interactive arcade game with a panda theme.
@asredoblado · X
Happy Friday! Did some updates to Pandamonium Street. It's a fund demo check it out. #vibecoding #apps #threejs #webgames

Interactive calculators to optimize Slay the Spire 2 combat and strategy planning.
Slay the Spire Calculator — Stream 游戏 Slay the Spire 2 工具网站

Play a multiplayer strategy game where an AI serves as the game master.
jklewis · HN
Machinations – a multiplayer strategy game where LLM is the game master

Master your senses to escape the cycle of rebirth.
@weirdcodesx · X
Built with Claude AI.Code & Play: 💻 🎮 #Gamedev #IndieDev #JavaScript #VibeCoding #HTML5

Play a browser game instantly with no wallet or setup.
@NormiePepeNFT · X
Want to have some fun? 🐸🎮 Try the NOPE game — built entirely with Claude Code. No wallet connection required. No complicated setup. Just jump in and play. Have some fun. Be NOPE. 💚

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