You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
You can split your game into several parts called chapters, this is useful for longer games as it prevents the game directory from getting clogged
You should now create a folder called 1 in your games base directory and go into that folder, you should then create a folder called start.
What are rooms?
A room is folder in a chapter which stores game data, chapters have several rooms atleast 10 however there is no limit to how many you can have as long as you have at least one folder called start in that chapter
Now you understand how the games hierarchy works you can now make your first room