You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPG Components 2D is a collection of reusable components for building 2D RPGs in Godot. The library was designed with the principal of Overwriting via Polymorphism in mind. This means that extending the nodes with your own custom code is intended. This will allow greater customization and gives you the oppurtunity to fine-tune them (if needed).
RPGForge is an experimental, modular RPG framework designed to make RPG creation easier. It provides flexible systems for creating entities, statblocks, rules, and other mechanics, allowing users to build different RPGs and campaigns on top of the same foundation.