/atb-role-system

Active Time Battle Role System

Primary LanguageTypeScriptMIT LicenseMIT

Active Time Battle Role System

Run the game

This game has two parts: the game itself and the server. In order to run the full project, you must run two processes.

  1. Download the source code
  2. Run the backend (AKA the server)
cd backend
cp .env.dist .env
npm install
npm run start
  1. Run the frontend (AKA the game)
cd frontend
cp .env.dist .env
npm install
npm run start:dev
# Run `npm run` to check all the commands

Thanks to

  1. Universitat Oberta de Catalunya
  2. PhaserJS
  3. James Skemp's phaser3-vsc-typescropt-nodejs template repository