Skip to content

rowedonalde/set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of the Set card game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published