kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Colored Tiles #6

Open kpack18 opened 5 years ago

kpack18 commented 5 years ago

As Mathew Hertz I would like to Draw Colored Tiles in my maze so I can test the effects of having weighted tiles on my algorithm.

kpack18 commented 5 years ago

Acceptance Test:

1.) On the Left Side Panel Click on color select button to open up a color picker tool 2.) Select any color you like and draw in the grid. Notice how the tiles change to the color you selected 3.) Now go and select a different color and draw on the maze again. The color you are drawing with should have changed. 4.) Click on a white tile to change it's color to your new one. 5.) Click on an already colored tile (that's not your current color) and click on it to see it's color be overwritten to your new one.

kpack18 commented 5 years ago

Tasks:

1.) Create Color Picker that Saves to a Variable 2.) Modify draw walls method to set to color variable instead of black 3.) Stylize color picker to fit the panel