
WaHaGames - Play Instantly, Fun Always
在浏览器中即时玩精选的 HTML5 和 WebGL 游戏,无需下载或登录。
WaHaGameStore — 在线 HTML 游戏,免登录、免下载
完整作品展
技术栈
60 projects

在浏览器中即时玩精选的 HTML5 和 WebGL 游戏,无需下载或登录。
WaHaGameStore — 在线 HTML 游戏,免登录、免下载

与朋友在去中心化的 Texas Hold'em 扑克房间中实时游戏。
@5150_MadMan · X
Check out what I just built with Lovable!

DUSTRUNNERS:用HTML和Three.js构建的3D游戏,在浏览器中立即可玩。
@VisuallyAntonio · X
Everyone is now vibe coding video games using Claude Fable and ChatGPT Sol making games that run flawlessly on any desktop w HTML & 3JS. You need to do this if you ever thought of making a game. I made one you can play right now called test it out rn ❤️


3D骰子模拟工具,支持D4-D20,掷骰即得结果和总点数。
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。

Fractetris:每个像素都是一个完整的俄罗斯方块游戏。
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main

多人策略游戏融合象棋与骰子机制,与伙伴进行快速对战。
@z3roshot · X
Made up a game where chess meets dice: roll, shop, secretly place, fight. ⚄ Same deterministic engine runs the bots and the humans. Server-authoritative so nobody can peek at your hidden pieces. Built with Claude Code. Read more

在浏览器中玩复古风格的Tetris游戏。
@AIandDesign · X
Tetris is insanely hard to beat. I created a neat retro-style clone as my very first stab at vibe-coding a game. Check it out!

Panel Wars: 在像素世界中安装太阳能电池板、赚取能量并突袭对手。
@PanelWars · X
We are building a battle field. Come play. ⚡️⚡️

用3D虚拟投掷筊杯获得占卜结果的游戏。
Demo1024 · V2EX
重看《周处除三害》后,我做了个 3D 掷筊小网站 大家好,我最近重看了一遍《周处除三害》。 然后看到电影里陈桂林在关圣帝君面前连续掷出九次圣杯,随后决定自首。筊杯一次次被抛起,他也在一次次落定的结果面前挣扎,直到不得不作出选择的时候,我突然也想试试掷筊,就是去掷几下玩一下。 结果我搜了半天,发现基本上类似的在线掷筊工具都做的挺拉胯的。基本都是点一下,然后给你个随机的结果,没有过程,没有仪式感。然后我就觉得不如我自己做一个。 所以就和 Codex 协作做出了当前这个版本的 3D 掷筊小网站: https://asklaoye.com/zh-Hans 名字叫「问老爷·掷筊问事」,取名源于潮汕地区,一般把这种请示神明的过程称之为问老爷。 和现在能搜到的那些在线掷筊工具相比,问老爷里的两枚筊杯会经过实际的 3D 物理运动:向上抛起、碰撞、落地,最后根据两枚筊杯停稳后的朝向,判断是圣杯、笑杯还是阴杯。由于我限制了投掷范围为网页全局视口,所以也会出现卡边之类的特殊情况,这个时候就会显示未定结果。 然后网站里面的筊杯的 3D 模型,还是我专门充值了 70


伦敦背景的无限跑酷游戏,采用 three.js 3D 图形。
@Killianlynchh · X
I spent the entire flight back to London from NYC vibe coding an infinite runner three.js game my high score is 14863 I built and hosted the entire thing for free using The whole game was built with a prompt i put on my Github