Skip to content

Commit 7cc4997

Browse files
committed
make a much smaller animated gif
1 parent a1ea1eb commit 7cc4997

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ python3 coloring.py
5252

5353
![coloring]
5454

55-
[coloring]: ./images/colored_and_animated.gif
55+
[coloring]: ./images/animated_coloring.gif

coloring_animation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
height, width = [30, 30]
66

77
grid = ColoredGrid(height,width)
8-
HuntAndKill.mutate(grid, True, 10, 30)
8+
HuntAndKill.mutate(grid, True, 5, 30)
99

1010
start = grid.grid[int(height/2)][int(width/2)]
1111

exports/maze.svg

+1-1
Loading

images/animated_coloring.gif

17 MB
Loading

images/colored_and_animated.gif

-43.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)