/swiss-system-tournament

Python implementation of a Swiss-system tournament - https://en.wikipedia.org/wiki/Swiss-system_tournament

Primary LanguagePython

Udacity Tournament Results

Python implementation of a Swiss-system tournament

Prerequisites

To execute this project you will need these:

Usage

Clone the project:

git clone https://github.com/tiagoengel/swiss-system-tournament
cd swiss-system-tournament

Create and log into the vagrant vm:

cd vagrant
vagrant up
vagrant ssh

Once you are inside the vm, create the database and run the tests.

cd /vagrant
psql -f tournament/tournament.sql
python tournament/tournament_test.py