Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natewilcox/zelda
Multiplayer Zelda Game
https://github.com/natewilcox/zelda
colyseus game multiplayer phaser zelda
Last synced: about 2 months ago
JSON representation
Multiplayer Zelda Game
- Host: GitHub
- URL: https://github.com/natewilcox/zelda
- Owner: natewilcox
- License: gpl-3.0
- Created: 2023-12-10T17:51:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T03:50:58.000Z (9 months ago)
- Last Synced: 2024-10-30T00:42:36.061Z (3 months ago)
- Topics: colyseus, game, multiplayer, phaser, zelda
- Language: PLSQL
- Homepage: https://zelda.natewilcox.io/
- Size: 745 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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