Skip to content

anuraghazra/classicLogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic LOGO Interpeter

All Contributors

Logo Interpeter Made With Javascript

credits - 'Anurag Hazra'

// supported commands

FD / FORWARD

BK / BACK

RT / RIGHT

LT / LEFT

CS / CLEARSCREEN

HT / HIDETURTLE

ST / SHOWTURTLE

PU / PENUP

PD / PENDOWN

Fun Commands

  • repeat 6 [fd 100 rt 360/6]
  • repeat 50 [fd 150 rt 6/2 lt 180/2 fd 5 bk 1]
  • repeat 150 [rt 45 fd 200 rt 1 lt 515151/2 fd 500 bk 1]
  • repeat 150 [rt 25 fd 200 rt 1 lt 9000/2]
  • repeat 50 [fd 150 rt {1/2} lt {180}/2 fd 5 bk 1]
  • repeat 150 [rt 15 fd repcount*2 rt 1 lt 9000/2]

made with <3 and Javascript.

hazru.anurag@gmail.com

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Anurag Hazra
Anurag Hazra

💻 📖 🔧 🚧 🤔
Shudarshan
Shudarshan

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Classic Logo Interpeter Made With HTML5 Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published