Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expected format for files:

    shape[modifiers[colours]]

Colours have to be in double brackets even with no other modifiers (shape[[colours]])
If square brackets are omitted just the outline will be drawn.


Accepted values for shape are:
s - Square
t - Triangle
c- Circle
' ' - Empty space 
'\n' - New line
Capitilization will fill the shape in

modifiers can be:
d - dashed

colours are expected in the format:
[[border colour, fill colour]]
And accepts any colours turtle accepts

Example usage:
sS[d]c[d[black,green]]T[[#FF0000,red]]

About

OOP approach to interpreting text files to produce shapes with different effects using turtle

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages