Draw a square in either classic or object oriented ways:
Interested to see how it looks like? Just look at the images in the github page:
Want to try it out? Download a build!
Code:
forward 10
right 10
back 10
left 10
or:
4.times:
forward 10
turn_right()
Interested to see how it looks like? Just look at the images in the github page:
GitHub - dsrw/enu: A Logo-like 3D environment, implemented in Nim
A Logo-like 3D environment, implemented in Nim. Contribute to dsrw/enu development by creating an account on GitHub.
github.com
Want to try it out? Download a build!
Releases · dsrw/enu
A Logo-like 3D environment, implemented in Nim. Contribute to dsrw/enu development by creating an account on GitHub.
github.com
Last edited: