Overall Goal
Using some kind of theme, create a Microsoft-Paint-esque script that allows the user to select line thicknesses and change colors when drawing. There will be two drawing modes: one for free drawing, and one where the user is constrained to a certain area. During reset, the screen should not have to redraw everything.
Milestone List
- No printed text in final product.
- Select drawing mode with clicks onto buttons.
- Select colors with keys.
- Display relevant information at all times.
- Select line thickness.
- Click button for clearing/resetting the board.
- Uses custom modules and functions.
- Use multiple turtles.
- Uses Definite loops.
- Uses screen method of some kind.
- No errors
- Be organized.
- Establish a theme of some sort. (Optional)
- Animated Transitions. (Optional)
- Zoom in/out functionality.