Script of Life - Various JavaScript Samples
Game of Life
LogoScript
Contact
German
LogoScript
For Explanations Lookup
Logo (programming language)
in Wikipedia.
Rows and Columns:
Code
for (i = 0; i < 10; i++) { GoForward(); GoForward(); TurnRight(); GoForward(); GoForward(); TurnLeft(); }
Log:
Links:
CSSMate
Nanoop
Copyright (c) 2001-2014 -
Michael Schreiber