Skip to content

n-zu/FIUBA_TDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxstov

Zombies survival co-op game using Phaser and WebRTC.

Bootstrapping

How To Use

Requirements

This project requires Node 18

Client

$ cd client
# Install dependencies
$ npm install
# Start the local development server
$ npm run start

Server

$ cd server
# Install dependencies
$ npm install
# Start the local development server
$ npm run dev