ManoCity
ManoCity

How ManoCity Works

One line of code.One real-world action.

ManoCity connects Python, electronics and physical missions into one learning loop: understand it, code it, watch it happen.

LearnCodeMoveSolve
01Python

Learn the idea

Understand the coding concept in a short lesson.

02Code

Send the instruction

Your Python code is sent to ManoBot.

03Robot

Robot responds

Motors and sensors turn code into physical behaviour.

04Mission

Complete the mission

ManoBot moves through ManoCity and solves the challenge.

Under the Hood

Your code travelsthrough the robot.

ManoCity is not a simulation. Follow one instruction as it travels from Python code through ManoBot's electronics and becomes physical movement.

01

Step 1

Python Code

The learner writes an instruction.

if light == "green":

go_straight()

02

Step 2

Raspberry Pi Pico W

The controller interprets the instruction and reads the robot's inputs.

Instruction received

Processing code + sensor data

03

Step 3

Motors + Sensors

Electronic signals become motor movement while sensors keep checking the environment.

Sensors

Read the road

Motors

Turn the wheels

04

Step 4

ManoBot Moves

The instruction finally becomes a visible action in the physical ManoCity.

ManoBot moving
Instruction completed

Anatomy of a Mission

Every challenge teachessomething new.

Missions are not random tasks. Each one introduces a coding or robotics idea and then asks the learner to apply it physically.

Mission 01

Follow the Line

Movement + sensing

Mission 02

Stop at Red

Conditions

Mission 03

Reach School

Navigation

Mission 04

Handle a Junction

Decisions
ManoCity physical learning kit

Why the Physical Kit Matters

The city gives codea place to act.

Roads, buildings and traffic signals are not decoration. They create real constraints that make programming decisions meaningful.

Roads create navigation problems.
Traffic lights create conditional logic.
Junctions create decisions.
Destinations create missions.

Progression

Start simple.Build toward autonomy.

Movement
Line Sensing
Decisions
Loops
Junctions
Traffic Logic
Navigation
Autonomous Missions

Ready to Try It?

Make your firstline of code move.

Start with Python Essentials or explore the physical ManoCity kit.