Created
November 6, 2013 02:58
-
-
Save fran6co/7330169 to your computer and use it in GitHub Desktop.
TestRobot
This file contains 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
class TestRobot1 extends BaseRobot | |
run: () -> | |
@move_forwards 10, => | |
@move_backwards 10 | |
@turn_left 45, => | |
@_run() | |
tr = new TestRobot1("My first test robot") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment