The fast way to begin with Ichiloto is to follow the same loop featured on the website.
1. Install the CLI
composer global require ichiloto/console
This gives you the ichiloto command everywhere in your terminal.
2. Create a project
ichiloto new my-rpg
The new project gives you a starting shell with the files and structure the engine expects.
3. Open the editor
cd my-rpg
ichiloto edit
The editor is where maps, events, dialogue, and project data become tactile. Think of it as the worldbuilding cockpit rather than a detached side utility.

4. Play and test
ichiloto play
This is the habit to preserve from day one: make a change, run the game, observe the feel, and refine immediately. Ichiloto works best when editing and playtesting stay close together.
