Woonggi Eun

Home Projects Resume

Fight!Space Exodus

Fight! Space Exodus is 2D multiplayer Shoot'em up game played in space. I made a custom packet class to transmit the data between server and game with both UDP and TCP. TCP packet for player's connection and disconnection, UDP for players' data such as positions, rotations and other objects data for the performance. The game is made with Unity(C#) and the server is made with basic .NET features without any network engines or frameworks.