100 Days of Code: The Complete Python Pro Boot Camp – Day 19 Project
Created a copycat Etch-A-Sketch game using Turtle Graphic python package.
Created functions to move/draw. Enabled a listen state. Binded keys and functions to onclick events. Uploaded an etch a sketch clipart background image.
- Choose ‘Open in Replit’
- Select ‘Run’ to play/replay the game.
- Close the main.py screen. Maximize the output window.
- W = Forward
- S = Backward
- A = Turn Counter Clockwise
- D = Turn Clockwise
- C = Clear