Skip to content

Releases: yinonavraham/myLOGO

1.0.1

09 Dec 20:33
Compare
Choose a tag to compare

Adjust the project to the maven layout and create a gradle build script, including push to Bintray.com

First version of myLOGO

05 Oct 14:02
Compare
Choose a tag to compare
  1. Parser support for basic commands:
    • FD :D - Go forward :D steps
    • BK :D - Go backward :D steps
    • RT :A - Turn right :A degrees
    • LT :A - Turn left :A degrees
    • CLEAR - Clear canvas
    • HOME - Go home
    • SETC :C - Set color by index :C
    • PU - Pen up
    • PD - Pen down
    • HT - Hide turtle
    • ST - Show turtle
    • REPEAT :T :CL - Repeat :T times commands listed in :CL
  2. Parser support in custom command definition
  3. GUI infrastructure
  4. Simple demo SWT GUI application