LiamKenneth/ArchaicQuest — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a browser based text MMORPG inspired by old school MUDs. I want players to open the site, create a character, then enter a fantasy world where they can move around with short commands like north, south, east, west, up and down.

The game should feel like a classic text adventure but work in the browser with live multiplayer. Players should be able to look around, examine things, smell, touch, taste, pick up and drop items, check inventory and equipment, wear or wield gear, talk to other players, save, quit, fight enemies, flee, and open, close, lock, or unlock things.

Please include a simple character creation flow, a game screen with command input and scrolling text output, and backend support for rooms, items, mobs, and persistent characters. Use C# with ASP.NET MVC, SignalR for real time updates, and MongoDB for storage. Keep it easy to run locally and include a small sample world so I can test it right away.

Want more depth? Deep Reverse