/arcade-draw-with-mouse

Simple python program to draw with the mouse in a grid.

Primary LanguagePython

Array Backed Grid

Simple python program to draw with the mouse in a grid. Program to learn to use the Python Arcade library for building games with nephew during COV-19 shut odwn

  • Imports the arcade library
  • Draws a grid
  • User clicks with trackpad/mouse to draw green lines

Learning is fun!