Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 669 Bytes

sharp_unity

SharpUnity is a simple online multiplayer game where players run around in segmented procedurally generated 2D world. They can place and collect blocks. Each world segment is assigned a different server (verifier). Moving between segments transitions the player from one server to the other.

C#.NET, Unity3D, TCP/IP

Below are some screenshots from the server and from the clients (note the overlap between the client screens).

  • Server:

server

  • Client 1:

c1

  • Client 2:

c2