Builder Guide

Creating a Project

Scaffold a new RPG project and understand the initial shell the engine expects when you begin authoring content.

1 min read First Steps project scaffold structure
The Ichiloto editor showing project data and database-oriented panels.
A fresh project shell becomes useful the moment the editor and runtime have real structure to work with.

Create a project with a name that matches the world you are building:

ichiloto new my-rpg

That project directory becomes the home for your configuration, assets, maps, and project-specific PHP code.

The editor working against structured project data

At this stage you are not trying to produce a finished layout. You are only aiming for a shell with:

  • a valid project config
  • an entry point the engine can run
  • a place for maps and assets to live
  • a predictable working directory for ichiloto edit and ichiloto play

Once the shell exists, the editor and runtime can collaborate around it. That is why scaffolding matters in Ichiloto: it is less about ceremony and more about giving the engine and the authoring tools a shared place to stand.