add vilaine bête

This commit is contained in:
quenousimporte 2025-04-05 17:47:10 +02:00
parent be68819603
commit dbe683e317
1 changed files with 4 additions and 3 deletions

7
w/w.c
View File

@ -4,7 +4,7 @@
#include <time.h> #include <time.h>
#define CMD_LEN 10 #define CMD_LEN 10
#define NAME_LEN 10 #define NAME_LEN 20
#define POV_3D_SIZE 10 #define POV_3D_SIZE 10
#define POV_SIZE 3 #define POV_SIZE 3
@ -90,8 +90,9 @@ char map[15][15] = {
"wwwwwwwwwwwwwww" "wwwwwwwwwwwwwww"
}; };
Character monsters[1] = { Character monsters[2] = {
{ "Alien", 2, 2, 1, 1 } { "Alien bleu", 2, 2, 1, 1 },
{ "Vilaine araignée", 5, 8, 2, 1 }
}; };
int dice() int dice()