TicTacToeBoard

Multiplayer Tic Tac Toe

This is a multiplayer Tic Tac Toe-like game. It was made with C#/.NET for the server and Unity for the client.

This game was made for a school subject where I got a semi-working server and client and I had to implement all the networking between the server and the client. All the programming was low-level, so I didn’t use any already existing APIs or other tools. Just some good ol’ C# and Unity.