User Guide

Coding Cards
Elements of Coding Cards
Connectors
These cards also have a coating of magic dust from New Zealand
that lets KaiBot know what card he is reading. The cards are
specially printed to have a coordinate system and card ID, so
KaiBot can read each card.
a. All the coding cards use a generic connecting system, much
like a circuit board. They connect to each other from left(silver)
to right(gold).
b. The middle connectors help to show what card can be
connected next.
What do Curley Braces do?
Curly braces play a big role in code structure within popular
programming languages such as Python, C++ and more. In
languages like C curly braces {} are used to create program blocks
used in flow control. In Python, curly braces are used to define a
data structure called a dictionary.
What does the green asterisk * mean?
Any card that displays the green asterisk, lets you know you can
add a number card directly afterwards or a “read variable” or a “read
tile number” card.
Tip: Placing two numbers cards together makes an integer. E.g.
(Forward *) (2) (2) would move forward 22 spaces.
25