Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 619 Bytes

File metadata and controls

19 lines (17 loc) · 619 Bytes

Etch A Sketch

Rules

  • W, A, S, D : Move
  • C : Clear
  • E : Color selection
  • SPACE : Toggle pen on/off

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-games.git
  3. Head to the etch_a_sketch folder
  4. Run the file using python command python etch_a_sketch.py