@natewilcox/memory-server
v1.0.3
Published
colyseus server for memory match game
Downloads
227
Readme
Memory Match Game Server
This project is a server application for a memory match game built using Colyseus and Phaser. The server handles game logic and player interactions in real-time.
Table of Contents
Installation
Clone the repository:
git clone https://github.com/natewilcox/memory-server.git cd memory
Install dependencies:
npm install
Usage
Development
To start the server in development mode:
npm run start