1.0.4 • Published 8 months ago
@natewilcox/memory-server v1.0.4
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 memoryInstall dependencies:
npm install
Usage
Development
To start the server in development mode:
npm run start