made the join game screen to get ready for attaching to host and also made a protocol doc

This commit is contained in:
2026-02-05 15:01:44 -06:00
parent 47987ca439
commit 468ab94aa7
12 changed files with 642 additions and 334 deletions

16
game.c
View File

@@ -9,16 +9,20 @@
#include <mydebug.h>
void start_game()
void init_start_game()
{
PRINT_M(INIT START GAME)
}
void render_start_game()
{
state = OVERWORLD;
start_overworld();
return;
}