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.

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 editandichiloto 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.