An Etch a Sketch App using Python Turtle
Play Etch a Sketch using this Python App. Commands to use:
- W = forwards
- S = Backwards
- A = Counter-Clockwise
- D = Clockwise
- C = Clear
git clone https://github.com/menonrudhra/etch-a-sketch.git
cd etch-a-sketch
python3 main.py