Networking Projects

This is a collection of some projects I've made with the networking facilities .Net and Unity provides.

The first project was a chat where users can connect in the same server and use several commands to communicate between them apart from the typical message. Users can ban other users, whisper, etc. The chat was created with the socket class of .NET.

The next project I made was a turn based game using TCP protocol where two users play in a digital board picking cards and moving their avatars by turns. I first made the game with the socket class of .NET and The next step was rebuilding the same game butre using PhotonEngine.


Contribution

  • Networking System
    • TCP Connection
    • Reconnections
    • PhotonEngine Implementation
    • Server Handling