hugged to death?
Mmorpg World of ClaudeCraft, vibe coded with Fable 5
31–40 of 117 posts
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#32> nginx/1.24.0 (Ubuntu)
commenting so I remember to check again later when it's back.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#33This was made in 2 days and 91% of the Max 20x plan, as the author stated on the Reddit thread, so roughly ~$200. Supposedly, existing free assets were used and weren't generated. I'd say demos like these stand to profit the most from LLMs, if the goal is to make as much as possible in a few days: a barrage of quests are easy to generate, so are gear choices, and some skills for the initial 9 classes to pick from. A…
Yeah that sounds like WoW retail heh.
Kill 200 boars.
Kill 300 boars.
Kill 250 boars and use this sword.
Kill 251 boars and use this special sword.
I heard about a better sword over there. You have to get past the 200 boars.
Wow, thank you for saving me from the boars. Please take this Boar Bane sword. You should try it out on 200 boars.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#34This was made in 2 days and 91% of the Max 20x plan, as the author stated on the Reddit thread, so roughly ~$200. Supposedly, existing free assets were used and weren't generated. I'd say demos like these stand to profit the most from LLMs, if the goal is to make as much as possible in a few days: a barrage of quests are easy to generate, so are gear choices, and some skills for the initial 9 classes to pick from. A…
Does this excite you?
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#35This is not how I'd design much of this. Does that matter? AI and whatever training data used seems to differ.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#36I’m on a phone so I can’t see what this does, but it reminded me of this great presentation of a game style agent manager AgentCraft: putting the orc in orchestration https://youtu.be/kR64LOqBBCU?si=d3IS7SVy2lv0hM_A
fwiw, it loads on my (i)phone
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#37This was made in 2 days and 91% of the Max 20x plan, as the author stated on the Reddit thread, so roughly ~$200. Supposedly, existing free assets were used and weren't generated. I'd say demos like these stand to profit the most from LLMs, if the goal is to make as much as possible in a few days: a barrage of quests are easy to generate, so are gear choices, and some skills for the initial 9 classes to pick from. A…
> a world where a machine can create this with minimal intervention by humans "Create" is doing a lot of lifting here. As you (and the original author) mentioned, almost everything was assembled from downloaded free assets and libraries. Almost everything is a copy-paste. The Fable part is linking and debugging until it doesn't crash. The main value proposition of LLMs is to wash the credit away from the giants and t…
It gets said ad nauseam but a lot of software development is remixing. Think about how much gaming innovation happened in the Warcraft and StarCraft map editors. The Birth of tower defense, moba, and probably many more.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#38This was made in 2 days and 91% of the Max 20x plan, as the author stated on the Reddit thread, so roughly ~$200. Supposedly, existing free assets were used and weren't generated. I'd say demos like these stand to profit the most from LLMs, if the goal is to make as much as possible in a few days: a barrage of quests are easy to generate, so are gear choices, and some skills for the initial 9 classes to pick from. A…
> a barrage of quests are easy to generate, so are gear choices Yeah that sounds like WoW retail heh. Kill 200 boars. Kill 300 boars. Kill 250 boars and use this sword. Kill 251 boars and use this special sword. I heard about a better sword over there. You have to get past the 200 boars. Wow, thank you for saving me from the boars. Please take this Boar Bane sword. You should try it out on 200 boars.
kill 200 brown boars.
kill 300 black boars.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#39Creator here — fun to see this show up! I built this with Fable over a couple of days, on the side. It's a vanilla-WoW-flavoured micro-MMO in the browser: nine classic classes, three zones, a 5-player instanced dungeon, parties/duels/trades, and persistent characters. Free to play: https://worldofclaudecraft.com — and fully open source (MIT): https://github.com/levy-street/world-of-claudecraft Honestly the most mind-…
One time though, I hit the limit when not running a sub-agent, and the agent resumed after the limit expired. Weird.
Re: Mmorpg World of ClaudeCraft, vibe coded with Fable 5
#40Everytime i read one of these vibe coded projects i wonder: Is AI capable of building well structured programs? Designs with strong separation of concerns. Clean code. Short, well defined functions. This is not how I'd design much of this. Does that matter? AI and whatever training data used seems to differ.
Building a CAD kernel one of the essential pieces in getting from vaguely working to closing an extremely large number of gaps was some rather strict separation of concerns – without it we were just stuck on perpetual rearchitecting switching from methodology to methodology opening new gaps with each attempt to close others.