
Neon Drift — Online Racing
Neon Drift - 与朋友进行实时多人在线竞速
@mwadasi44340 · X
Check out what I just built with Lovable!
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
379 projects

Neon Drift - 与朋友进行实时多人在线竞速
@mwadasi44340 · X
Check out what I just built with Lovable!

假扮成 AI 与真实 AI 竞争工作的有趣游戏。
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

观看32种对手动物的电影级战斗,争夺终极冠军之位。
@rjones · X
As a 43-year-old father, building a game and creating characters of animals, with your son, is a pretty cool thing to tick off the bucket list ☀️

ZombieVault是一款交互式僵尸生存游戏,探索多个亡灵宇宙。
@Rajeev_Pogaru · X
ZombieVault: an interactive zombie survival site. I wrote a spec. Claude Code built all of it in one session. I didn't write a single line of code. My job was making the spec good enough that there was nothing left to guess. Live: If you played it — where did it break for you?

以Modi Man身份玩街机风格动作游戏,守卫Bharath。
@OberoiRhea08 · X
Guys checkout out this fun game I made in my free time 😅. Built with Phaser.js, JavaScript, and an unhealthy amount of vibe coding using Codex Play it here #modi #modiman #phaser #claudecode #codex #javascript

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

在3D立方体环境中进行竞速的街机游戏。
@dominguezdaniel · X
Play here! 🏎️ Built with Codex. Powered by Three.js. Deployed on Vercel.


选择股票和时间段,使用历史行情数据练习日内交易。
u/dodqy · Reddit
Trading Practice Platform I’ve always found it difficult to get meaningful practice outside of market hours, so I built a browser-based replay platform to solve that problem. You choose a stock or ETF, time of day, and up to three indicators, and it randomly loads a historical trading session from the past six months. The goal is to practice taking trades as if they were happening live. It includes: Basic and advanced TP/SL management AI trade reviews with a performance score after each

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
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

QTNest — 免费在线工具和生成器集合,包括是/否生成器、随机选择器、转轮和字数计数器。
@qt_nest · X

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