A simple tic-tac-toe game that can be played over a local network, created for the purpose of learning networking in godot 4x.
If you're running windows and you have godot installed via steam; you can simply run the ./start_server script (inside WSL2).
Otherwise you start the server in your terminal:
cd Xs-and-Os/
{GodotExecutable} --start-server --headless
To run test clients; you can simply open and run the project as normal.