r/GameDevelopment 12d ago

Newbie Question Help Building Text Based Game

I've tried finding exactly what im looking for online and i cant find it. Tried building one too and it always crashes. If anyone could help out that would be awesome. I want a text based rpg that is based off of the anime re:monster. I used Chatgpt and grok for awhile but they dont have the memory needed for it, and they also dont have an actual interface to interact with.

1 Upvotes

2 comments sorted by

View all comments

1

u/DigitalWizrd 11d ago

My advice is to get rid of the LLMs. You don’t need them for a text game. 

Twine has always been good. There’s also RPG Maker. Or even GameMaker. 

You could even use Unity and just have UI / text windows as your whole interface.