_images/right-col-mindcraft-logo.jpg

Mindcraft - Treasure Hunt with Cozmo

Getting Started

"""
Makes cozmo saying "hello world"
"""

from mindcraft_treasure_hunt_cozmo import *

def cozmo_program():
    say("Hello world")
    
run_program_with_viewer(cozmo_program)