Installation and Deploying

Game Engine

Recommended Python Version: 3.6-3.9

Interface

  • install npm

  • cd diplomacy/webin the /dipmacy folder

  • npm install .

If you are using node v17 or later, you will need the following to avoid open ssl error:

export NODE_OPTIONS=--openssl-legacy-provider

Last updated