Début sockets.

This commit is contained in:
MarcEricMartel
2023-09-24 08:45:40 -04:00
parent b7ca0253ca
commit 51b0795c62
11 changed files with 455 additions and 45 deletions

View File

@@ -9,6 +9,9 @@
#define MAX_SELECTION_DISTANCE 5
#define SEED 12345
#define SRV_PORT 1025
#define CLI_PORT 1026
#ifdef _DEBUG
#define WORLD_SIZE_X 64
#define WORLD_SIZE_Y 64