An implementation of the card game Set by Don Rowe. To set up dependencies: virtualenv . source bin/activate pip install -r requirements.txt Once virtualenv has started you should see "(set_game)" to the left of your usual prompt. To run tests: ./test.sh To watch the machine play Set: ./play_set.sh To start the API webserver (on port 5000): ./web.sh