Zombies survival co-op game using Phaser and WebRTC.
- Open ports 9208/udp, 9208/tcp, 20000-25000/udp on the server (see index.ts and hostMaster.ts)
This project requires Node 18
$ cd client
# Install dependencies
$ npm install
# Start the local development server
$ npm run start
$ cd server
# Install dependencies
$ npm install
# Start the local development server
$ npm run dev