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