Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
-rw-r--r-- README
-rw-r--r-- tokens.php
-rw-r--r-- utils.php
README

This directory is meant to hold PHP files for inclusion in your .game.php if needed.

It is recommended to name your files starting with a trigram of your game name. For example if you have a class to manage pathfinding in the game Tobago, it will be called TBGPathFinding.php (and the class inside be called TBGPathFinding) to avoid potential namespace collisions.