Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.08 KB

Mario Multiplayer

Game Intro GIF

Supermario multiplayer game, written in Java (Processing Java Mode) using ZeroMQ (JeroMQ).

This repo also includes a server which is written in C# using ZeroMQ (NetMQ).

It's netcode is based on State Synchronization.

The client has 1500 lines of Java code in total, and the server 22 lines of C# code.

This project is developped as a team joining homework of What! Studio.

Game rule

The mario who first steps over the other wins.

Design philosophy

Described in my blog (in Korean):

https://coolspeed.wordpress.com/2017/04/11/supermario_multiplayer_postmortem/