Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

A Board object is by default a grid consisting of multiple colored squares.

Square(s)

RowCol(s)

Each Square defines a unique location on the board that is captured by a Cartesian coordinate. In Colored Trails, the coordinates are represented by RowCol objects. A row on the Board represents a point on the Y-axis and a column represents a point on the X-axis. An example:

  • No labels