Tutorials

Learning-oriented guides that take you through a series of steps to complete a project. Tutorials are designed for newcomers who want to learn by doing.

Note

New to Babylon? Start with Installation then move to Quickstart.

Getting Started

These tutorials will help you:

  1. Set up your development environment

  2. Run your first simulation

  3. Understand the basic concepts

What You’ll Learn

Installation

Set up Python, Poetry, and all dependencies. Verify your environment is working correctly.

First Simulation

Create a minimal world state, run the simulation engine, and observe the results. Learn the core loop: state → engine → new state.

Next Steps

After completing these tutorials:

See Also

  • How-To Guides - Task-oriented guides for specific goals

  • Concepts - Deep explanations of why things work

  • Reference - Quick lookup for APIs and configuration