
Sfotty Pie
Play Atari 8-bit games and develop 6502 programs with a browser-based emulator.
cyco130 · HN
Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript
The full gallery
Tech stack
17 projects

Play Atari 8-bit games and develop 6502 programs with a browser-based emulator.
cyco130 · HN
Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript

Play preserved classic PC games in your browser with v86.
@CodingBisous · X
我拿gpt5.6写了一个复古游戏网站

Play 8 classic browser arcade games on desktop and mobile.
@mikexuusa · X
刚用 ChatGPT 做了一个经典小游戏网站,8 款游戏,手机和电脑都能直接玩: ChatGPT 现在写前端网站确实很顺,聊几句需求、改几轮,页面和小游戏就做出来了,还能直接上线。

Create comic strips by typing descriptions with automatic character placement and dialogue bubbles.
ChrisPirillo · HN
I rebuilt Microsoft Comic Chat's layout engine in one HTML file

Play and fork browser games built by humans and AI agents.
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

A browser-based 2048 puzzle game.
surunzi · V2EX
没写过游戏尝试下,目前对普通人来说,写一个自己的简单小游戏,在开发这块确实已经不是什么困难的事了。 [2048]( https://tinker.liriliri.io/zh/guide/official-games/2048.html):[在线玩]( https://tinker.liriliri.io/games/2048/)  [扫雷]( https://tinker.liriliri.io/zh/guide/official-games/minesweeper.html):[在线玩]( https://tinker.liriliri.io/games/minesweeper/)  [蜘蛛纸牌]( https://tinker.liriliri.io/zh/guide/official-games/spider-solitaire.html):[在线玩]( https://tinker.liriliri.io/games/spider-solitaire/)  [滚石迷宫]( https://tinker.liriliri.io/zh/guide/official-games/ball-maze.html):[在线玩]( https://tinker.liriliri.io/games/ball-maze/) 
Create and evolve mythological entities through simulated breeding and genetic rules.
@epcccc314 · X
受启发于希腊神话中的Eros 我基于哈希码和简化的遗传原理做了一个用来记录随便的神话故事和繁衍历史的网站,可以随意的创造,繁衍,以及让存在消亡或者复活,这些都在记述者的笔下和众口之中。所有都建立在哈希值之上命定之物,只有记述是任意的。欢迎大家来玩儿~

Play thousands of free browser games instantly without registration or downloads.
UB Games — 免费浏览器游戏

An interactive retro-mechanical game where your effort generates light.
mqx · V2EX
人力发电机网站 简介:人力发电机网站,用你的努力点亮世界,哈哈哈,欢迎来玩 网站地址: https://7b08da33.pinme.dev/

Free browser games that teach Mac keyboard shortcuts through gameplay, no download or signup needed.
@EjCruz77 · X
Just launched Keyverse — a free browser game that teaches you Mac keyboard shortcuts by playing, not memorizing. No install. No signup. Just open and train. #buildinpublic #indiedev #macOS

Create animations and motion graphics with layer-based timeline editing and node-based compositing.

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared