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