/2d-game

Primary LanguageProcessing

Intro

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:

a circle character with a stick as a weapon, in a screen with a green background

Getting Started

Download and install Processing (a Java based framework for building UIs with ease).

Download and install Git.

Run:

git clone git@github.com:zvikfir/2d-game.git

Open the game.pde file with Processing, and press the run button.