Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 959 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 959 Bytes

All thanks to @clifordjoshy 's placebot, place.git is born again with turtle-js!


Kinda like r/place, but with git. Fork this repo, add your python turtle code and make a PR. We'll see where we end up!

We have a 900x900 canvas where you can draw anything your heart desires.

Points to note

  • Add as many lines as you want. Anywhere you want. Don't edit or remove existing lines.
  • The program needs to be running once you're done with your changes. And no infinite loops or long-running functions.
  • Don't import any libraries other than the already imported ones.
  • Use any turtle method you want!
  • Don't edit more than 50,000 pixels per commit.
  • you can use it to see the canvas in your own machine, but don't commit it finally.
  • Have fun!

Raising Issues

If you have any other suggestions or would like to remove a line or import a library, raise an issue on this repository and we'll be promptly responding.