First time running and compile:
1.- Install gcc, g++, gcc-multilib (if you are in x64 machine)
2.- run ubuntu-deps.sh
3.- run first_time_setup.sh
Second and following times
1.- Execute ./run.sh
OR
- virtualenv -ppython3 chesspython
- ./chesspython/bin/pip install -r requirements.txt
- ./chesspython/bin/python server.py
- Point your browser to "http://localhost:9998"