Skip to content

Instantly share code, notes, and snippets.

View hotcoffeehero's full-sized avatar

hotcoffeehero hotcoffeehero

  • Tokyo, Japan
View GitHub Profile
@hotcoffeehero
hotcoffeehero / hangman_stages
Last active December 10, 2020 08:12
hangman stages
stages = ['''
+---+
| |
O |
/|\ |
/ \ |
|
=========
''', '''
+---+
@hotcoffeehero
hotcoffeehero / hurdle_four_reeborgs_world
Last active December 10, 2020 08:12
Reeborg's World Hurdle Four
def turn_right():
turn_left()
turn_left()
turn_left()
def round_corner():
turn_right()
move()
turn_right()