feat: Added some credits

This commit is contained in:
Theo Champion 2025-08-18 20:05:50 +02:00
parent 14f178759e
commit b680e49ef9
2 changed files with 17 additions and 1 deletions

13
README
View file

@ -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

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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);