Ai to help make rpg game

I just found this site and I have no idea what im doing, not how to set up ai or get model or what ai I need that will vibe code a 3d rpg with me???

Any help greatly appreciated :clap:

1 Like

3D RPGs are a nightmare not just for coding but also for creating resources, but let’s set that aside for now…

To set up a vibe-coding environment, the easiest approach is to use one of the existing frameworks, find the free tier of a major commercial AI generation service, and integrate it into the framework.
However, this won’t work in environments without internet connectivity, and exceeding the free tier may result in expensive usage fees. Additionally, there may be cases where you don’t want to share development information with an online service.

In any case, there are many scenarios where it would be convenient to use AI entirely locally.

Hugging Face provides models that can be run locally on your own PC, so deploying them on your own PC enables vibe coding using those models. However, GPUs are very expensive, so just using cloud services are often easier in many cases. It is a good idea to consider various options according to your budget and use cases.

Examples of Coding Assistant Frameworks

thank you, I had the same question

1 Like