Skip to content

Instantly share code, notes, and snippets.

@dead-claudia
dead-claudia / dummyfinch.py
Created November 23, 2014 13:40
A dummy equivalent implementation for the Finch Robot Python API. Saved me so much hassle in multiple CS assignments.
# Finch Robot API Dummy Implementation
# ====================================
#
# This is simply a dummy API implementation, printing each instruction to the
# console. It has been very faithful in helping me debug multiple CS
# assignments without constantly having to plug in the Finch robot. Various use
# cases I've experienced that this saved me a lot of hassle include sparing me
# from distraction from my 9 year old brother (10 years age difference is
# fun...), being more able to work on this at night, and being able to debug
# without the robot itself being with me.