Advanced Turtle Graphics - Small Basic Featured Program

Today I will introduce an extended version of Turtle Graphics program written by qwx.  This program is announced as comments in my blog post last week.

Qwx's program was DMX970.  Updated points from my XVK119-3 were:

  • Shortened commands
  • Colors
  • Main repeat loop must be in the first line
  • Command S)caling exponential
  • Right click menu
  • Save and load menu
  • Uses ESL and LitDev extensions

And I also updated this version to DMX970-0 as follows:

  • Remove ESL extension object (so only needs LitDev extension)
  • Rewrote clear code for Turtle
  • Changed drive name from I: to F:

 

 

 

 

Thank you qwx for sharing your program and graphics.