Python Program: Etch-A-Sketch Copycat

By carriekaler Mar31,2024

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.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to play/replay the game.
  3. Close the main.py screen. Maximize the output window.
  • W = Forward
  • S = Backward
  • A = Turn Counter Clockwise
  • D = Turn Clockwise
  • C = Clear

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *