Skip to content

Instantly share code, notes, and snippets.

@yjsoon
Created January 31, 2018 13:55
Show Gist options
  • Save yjsoon/dec27ceaa228d44449f49d600b7b5d0d to your computer and use it in GitHub Desktop.
Save yjsoon/dec27ceaa228d44449f49d600b7b5d0d to your computer and use it in GitHub Desktop.
from microbit import *
boat1 = Image("00550:05050:50050:99999:09990")
boat2 = Image("00000:00550:05050:50050:99999")
boat3 = Image("00000:00000:00550:05050:50050")
boat4 = Image("00000:00000:00000:00550:05050")
boat5 = Image("00000:00000:00000:00000:00550")
boat6 = Image("00000:00000:00000:00000:00000")
all_boats = [boat1, boat2, boat3, boat4, boat5, boat6]
display.show(all_boats, delay=200, loop=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment