From e2746efe48e3f866f8194b6b0e45e29d6d998e66 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Mon, 21 Jul 2025 12:47:53 +0200 Subject: [PATCH] chore: added color related bad maps - if letters are present in the color description. ie 124,34,qwe - if there is too many colors in the first line. ie 1,2,3,4 - if there is too many colors in the second line. ie 1,2,3,4 --- .../bad_maps/wrongmap_letters_in_colors.cub | 22 +++++++++++++++++++ .../bad_maps/wrongmap_too_many_colors.cub | 22 +++++++++++++++++++ .../bad_maps/wrongmap_too_many_colors_2.cub | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 ressources/bad_maps/wrongmap_letters_in_colors.cub create mode 100644 ressources/bad_maps/wrongmap_too_many_colors.cub create mode 100644 ressources/bad_maps/wrongmap_too_many_colors_2.cub diff --git a/ressources/bad_maps/wrongmap_letters_in_colors.cub b/ressources/bad_maps/wrongmap_letters_in_colors.cub new file mode 100644 index 0000000..27f7bc7 --- /dev/null +++ b/ressources/bad_maps/wrongmap_letters_in_colors.cub @@ -0,0 +1,22 @@ +NO ./path_to_the_north_texture +SO ./path_to_the_south_texture +WE ./path_to_the_west_texture +EA ./path_to_the_east_texture + +C 225,qwe,0 +F 220,100,0 + + 1111111111111111111111111 + 1000000000110000000000001 + 1011000001110000000000001 + 1001000000000000000000001 +111111111011000001110000000000001 +100000000011000001110111110111111 +11110111111111011100000010001 +11110111111111011101010010001 +11000000110101011100000010001 +10000000000000001100000010001 +10000000000000001101010010001 +11000001110101011111011110N0111 +11110111 1110101 101111010001 +11111111 1111111 111111111111 diff --git a/ressources/bad_maps/wrongmap_too_many_colors.cub b/ressources/bad_maps/wrongmap_too_many_colors.cub new file mode 100644 index 0000000..38df8a5 --- /dev/null +++ b/ressources/bad_maps/wrongmap_too_many_colors.cub @@ -0,0 +1,22 @@ +NO ./path_to_the_north_texture +SO ./path_to_the_south_texture +WE ./path_to_the_west_texture +EA ./path_to_the_east_texture + +C 225,30,0 +F 220,100,0,123 + + 1111111111111111111111111 + 1000000000110000000000001 + 1011000001110000000000001 + 1001000000000000000000001 +111111111011000001110000000000001 +100000000011000001110111110111111 +11110111111111011100000010001 +11110111111111011101010010001 +11000000110101011100000010001 +10000000000000001100000010001 +10000000000000001101010010001 +11000001110101011111011110N0111 +11110111 1110101 101111010001 +11111111 1111111 111111111111 diff --git a/ressources/bad_maps/wrongmap_too_many_colors_2.cub b/ressources/bad_maps/wrongmap_too_many_colors_2.cub new file mode 100644 index 0000000..8aabb24 --- /dev/null +++ b/ressources/bad_maps/wrongmap_too_many_colors_2.cub @@ -0,0 +1,22 @@ +NO ./path_to_the_north_texture +SO ./path_to_the_south_texture +WE ./path_to_the_west_texture +EA ./path_to_the_east_texture + +C 225,30,0,123 +F 220,100,0 + + 1111111111111111111111111 + 1000000000110000000000001 + 1011000001110000000000001 + 1001000000000000000000001 +111111111011000001110000000000001 +100000000011000001110111110111111 +11110111111111011100000010001 +11110111111111011101010010001 +11000000110101011100000010001 +10000000000000001100000010001 +10000000000000001101010010001 +11000001110101011111011110N0111 +11110111 1110101 101111010001 +11111111 1111111 111111111111