diff --git a/README b/README index b0130e2..1688010 100644 --- a/README +++ b/README @@ -25,3 +25,16 @@ commande intégrée dans le jeu | 7 PI / 4 [SO] | PI / 4 [SE] 0 [ sud ] + +--[ Credits + +-[ Code + +- kcolin +- tchampio + +-[ Graphics + +- kcolin +- B. (perks, power switch) +- tchampio diff --git a/src/main.c b/src/main.c index 60523db..7a64ba5 100644 --- a/src/main.c +++ b/src/main.c @@ -6,7 +6,7 @@ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */ -/* Updated: 2025/08/18 13:23:26 by kcolin ### ########.fr */ +/* Updated: 2025/08/18 20:05:29 by tchampio ### ########.fr */ /* */ /* ************************************************************************** */ @@ -63,6 +63,9 @@ int main(int argc, char **argv) { t_cub3d_data data; + ft_printf("Cub3d - Call of Duty Zombies shareware edition. Credits to " + "\e[0;32mkcolin\e[0m, \e[0;32mB.\e[0m (for some textures) and " + "\e[0;32mtchampio\e[0m\n"); if (argc < 2) return (ft_printf("Error: Missing cub3d file\n"), 1); init_cub3d_data(&data, argv);