The Original Zork from 1980 gets a Claude Pass and 100 live pixel art scenes
这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。
一位复古游戏爱好者利用 Fable 框架,为 1981 年的文本冒险游戏 Zork 制作了一个全新的用户界面。这个项目最初使用 Opus,但在像素艺术场景生成方面,Fable 的表现远超 Opus。该项目已开源,包括生成像素艺术场景的技能,并且可以在线游玩。这个 Zork 新界面完全基于前端,不依赖服务器,也没有任何分析追踪。
I am a fan of retro games and I just wanted to build something cool with Fable so I attempted building a UI around Zork. Zork is a old text based game (1981), which basically had no UI at all. I did start the project with Opus, but for the pixel art scenes, Fable was able to output something way beyond what Opus was capable of.
I did post it as a comment on another user game yesterday but I am taking the plunge to bring a bit more light to it:
- I open sourced the code, including the skill to generate pixel art scene: https://github.com/posabsolute/zork-ui