A 2D multiplayer game based on surviv.io that I built to understand the logic between basic movement concepts in games, and to understand the data that needs to be transferred in a basic multiplayer game.
Currently, it looks like this:
Download and install Processing (a Java based framework for building UIs with ease).
Download and install Git.
Run:
git clone [email protected]:zvikfir/2d-game.git
Open the game.pde
file with Processing
, and press the run button.