@natewilcox/zelda-server

Server application for zelda multiplayer game


Keywords
phaser, zelda, game, typescript, colyseus, multiplayer
License
GPL-3.0
Install
npm install @natewilcox/zelda-server@0.0.27

Documentation

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