Allows drawing path to solution

This commit is contained in:
2022-01-18 20:05:30 -05:00
parent 08d49fbd26
commit f10d4061bd
6 changed files with 271 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ typedef unsigned int rand_seed_t;
typedef struct mazeoptions {
rgb_color_t wall_color;
rgb_color_t background_color;
rgb_color_t path_color;
rand_seed_t seed;
bool seed_set;
} mazeoptions_t;