This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
NewerOlder