Installation and Deploying
Game Engine
Game Engine
Recommended Python Version: 3.6-3.9
pip install -e .
cd diplomacy && pip install -r requirements.txt
Interface
install npm
cd diplomacy/web
in the/dipmacy
foldernpm 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