Blog Post

Small Basic Blog
1 MIN READ

Turtle Graphics - Small Basic Featured Program

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 12, 2019
First published on MSDN on Apr 14, 2015

Authored by Nonki Takahashi


Today I will introduce my Turtle Graphics program written in Small Basic.


This project was started in a forum thread "Another Turtle Graphics" on March 21, 2014.  This project aimed to create a programming environment used before Small Basic.  But the development of this Turtle Graphics program has been suspended until this month.


So I proposed to create newer version of the Turtle Graphics for "Challenge of the Month - April 2015" .


Then the latest version of this Turtle Graphics is XVK119-3 .



This version supports:



  • Following commands.


    • FORWARD n (to move the turtle n pixels)

    • RIGHT n (to rotate the turtle right n degrees)

    • LEFT n (to rotate the turtle left n degrees)

    • PENUP (to lift the pen up)

    • PENDOWN (to set the pen down)

    • REPEAT n [commands] (to repeat commands n times)



  • Nested REPEAT.

  • To skip opening with space key.


See Also


Published Feb 12, 2019
Version 1.0
No CommentsBe the first to comment