Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Barebones RPG Framework
Barebones RPG Framework

User Guide

  • Getting Started
  • Core Concepts
  • Tutorials
    • Building a Combat System
    • Creating Dialog Trees
    • Implementing Quests
    • Procedural Generation
  • Guides
    • Event System Guide
    • Custom AI Guide
    • Save/Load System Guide
    • Extending the Framework

API Reference

  • Core System
  • Entities
  • Combat System
  • Items System
  • Quest System
  • Dialog System
  • World System
  • Rendering System
  • Party System

Examples

  • Simple Combat Example
  • Mini RPG Example
  • Tile-Based Game Example
  • Procedural Generation
  • AI Integration

Development

  • Contributing
  • Changelog
Back to top
View this page

Guides¶

Practical guides for specific use cases and advanced topics.

  • Event System Guide
  • Custom AI Guide
  • Save/Load System Guide
  • Extending the Framework

Coming Soon¶

Additional guides in development:

  • Performance Optimization

  • Testing Your Game

  • Deployment Best Practices

  • Integration with LLMs

  • Custom Renderers

Next
Event System Guide
Previous
Procedural Generation
Copyright © 2025, Barebones RPG Contributors
Made with Sphinx and @pradyunsg's Furo
On this page
  • Guides
    • Coming Soon