- Clone this repository onto all machines/vms you will use
- Use a virtualenv, conda, or system pip to install
requirements.md
- Launch the Django half with
python manage.py runserver 10770
or however else you run your Django server- Settings found in
othello/settings.py
- Settings found in
- Launch the GameScheduler half with
python run_gamescheduler_server.py
- Settings found in
othello/gamescheduler/settings.py
- Settings found in
- Read
run_tournament.md
for instructions on how to run a tournament
- Read all the comments that say
DEVEL
inothello/settings.py
- Read
run_ai_layout.md
for an overview of how games are played