LOGOScript

Just BASIC Games
Post Reply
uncleBen
Posts: 63
Joined: Sat Oct 29, 2005 9:03 pm

LOGOScript

Post by uncleBen »

Logoscript is a simple scripting language for turtle graphics. Write your own code in what I believe to be another dialect of the LOGO language and click the Run button.

(This was written as an exercise, feel free to clean up the code, add new commands, improve IDE etc.)

________________________________________

New version with more options.
Attachments
logo2.zip
(11.33 KiB) Downloaded 358 times
uncleBen
Posts: 63
Joined: Sat Oct 29, 2005 9:03 pm

Post by uncleBen »

This is version 4. New interface and slightly modified syntax.

Print command as well as conditional statements have been added. It is now possible to write a simple of game of HI-LO in Logoscript!
Attachments
LOGO4.zip
(13.11 KiB) Downloaded 314 times
Post Reply