change depth

This commit is contained in:
Mylloon 2023-02-19 18:24:29 +01:00
parent 88928aa18c
commit 0500215eda
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -8,7 +8,7 @@
#define NBL 20 #define NBL 20
#define NBC 20 #define NBC 20
#define MAX_DEPTH 16 #define MAX_DEPTH 30
enum movement { MOVE_U = 0, MOVE_D, MOVE_L, MOVE_R, MOVE_W }; enum movement { MOVE_U = 0, MOVE_D, MOVE_L, MOVE_R, MOVE_W };