Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 707 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 707 Bytes

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 [email protected]:zvikfir/2d-game.git

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