Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natewilcox/zelda

Multiplayer Zelda Game
https://github.com/natewilcox/zelda

colyseus game multiplayer phaser zelda

Last synced: 6 days ago
JSON representation

Multiplayer Zelda Game

Awesome Lists containing this project

README

        

# Zelda

Multiplayer zelda game. Lets see where it goes from there.

## Structure

This repository contains a client application, a server application, and a shared library used by both.

- `zelda-client/`: This directory contains the client application.
- `zelda-server/`: This directory contains the server application.
- `zelda-shared/`: This directory contains the shared library used by both the client and server.

## Client

The client application is a phaser 3.5 game

## Server

The server is a colyseus server