Schemacell Documentation

THIS IS A WORK IN PROGRESS! I made this page as a direct response to the fact that the only other documentation I could find was on the Discord server.

Table of Contents

Metadata

Metadata provides important information about a cell. The values are: Since these properties are determined on the title screen, they can be made dynamically.

Cell Functions

These functions can be overridden to determine cell behavior. These functions take an object this as the first argument, and only Push returns anything.

Push

function Push(this, dir, bias)
	--push logic here
end
In addition to the cell being pushed, Push has two more arguments.