Star Student Builder logoStar Student Builder
๐ŸŽฎ Coding games

Play your way to a programmerโ€™s mind

Guide the robot home, hunt the bug, and draw the picture in as few lines as you can.

๐Ÿค– Maze โ€” move the robot

Mazepar 4

First Steps

forward 1 moves the robot exactly one square

Play โ†’
Mazepar 5

Turn the Corner

turning changes the way the robot faces, it does not move it

Play โ†’
Mazepar 5

Pick Up the Star

take only works when the robot is standing on the star

Play โ†’
Mazepar 8

Around the Block

a loop saves lines: repeat 6 [ forward 1 ] instead of six lines

Play โ†’
Mazepar 4

Collect Three

a loop can repeat more than one action, not just walking

Play โ†’
Mazepar 5

Staircase

spotting a repeated pattern turns a long program into one short loop

Play โ†’
Mazepar 11

The Long Way Round

the shortest looking route is not always the one that exists

Play โ†’
Mazepar 17

Snake Path

break a long journey into straight runs and write each one as a repeat

Play โ†’
Mazepar 20

Spiral In

the same turn repeated with shrinking runs makes a spiral

Play โ†’
Mazepar 20

Field Rows

a star in the middle of a run splits that run into two repeats

Play โ†’
Mazepar 7

Double Step

a loop inside a loop: the inner loop walks two squares, the outer loop repeats the whole step

Play โ†’
Mazepar 15

Star Comb

an outer loop can repeat a whole journey that already contains loops of its own

Play โ†’

๐Ÿ› Bug hunt โ€” find the mistake

Bug hunt

The Open Square

A square with sides of 100.

Play โ†’
Bug hunt

The Invisible Line

Two lines joined in a corner.

Play โ†’
Bug hunt

Wrong Way Flag

A flagpole: a line going up, then a short line going right.

Play โ†’
Bug hunt

Triangle Trouble

A triangle with three equal sides.

Play โ†’
Bug hunt

Missing Bracket

A square with sides of 80.

Play โ†’
Bug hunt

Stairs That Curl

Three steps climbing to the right.

Play โ†’
Bug hunt

Hexagon Angle

A hexagon with six equal sides.

Play โ†’
Bug hunt

Too Late to Fill

A blue square filled with colour.

Play โ†’
Bug hunt

Spiral That Will Not Grow

A spiral whose sides get longer as it turns.

Play โ†’
Bug hunt

Block Without an End

A flower of six petals, drawn with your own block.

Play โ†’

๐ŸŽจ Draw it โ€” match the picture

Drawโ˜…

Square Window

Draw this shape: a square with sides of 80.

Play โ†’
Drawโ˜…

Three Steps

Draw this shape: a staircase of three steps climbing to the right.

Play โ†’
Drawโ˜…โ˜…

Five-Pointed Star

Draw this shape: a star with five points, drawn without lifting the pen.

Play โ†’
Drawโ˜…โ˜…

Sun With Rays

Draw this picture: a round sun in the middle with twelve rays around it.

Play โ†’
Drawโ˜…โ˜…

Diamond Kite

Draw this picture: a diamond kite with a straight tail hanging below it.

Play โ†’
Drawโ˜…โ˜…โ˜…

Little House

Draw this picture: a square house with a pointed roof on top.

Play โ†’
Drawโ˜…โ˜…โ˜…

Six-Petal Flower

Draw this picture: a flower with six petals around a small centre.

Play โ†’
Drawโ˜…โ˜…โ˜…

Growing Spiral

Draw this shape: a spiral that winds outwards, each side longer than the last.

Play โ†’
Drawโ˜…โ˜…โ˜…โ˜…

Rangoli Squares

Draw this picture: twelve squares turned around the same centre, with a ring of dots outside them.

Play โ†’
Drawโ˜…โ˜…โ˜…โ˜…โ˜…

Snowflake

Draw this picture: a snowflake with six arms, each arm carrying two small twigs.

Play โ†’
Ask GuruAcharya Samayeshwar