Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced handling of bot failures #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Advanced handling of bot failures #14

wants to merge 4 commits into from

Commits on Jul 6, 2012

  1. Handle bot-fails: History events are maps now instead of dominoes.

    * cc.game/move takes events instead of dominoes
    * #'winner moves from cc.engine to cc.game
    * In cc.engine, #'play becomes iterate over a fn from game -> game
    * #'play-symmetric and #'play now take vector of players
    timmc committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    653444b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1539ab4 View commit details
    Browse the repository at this point in the history
  3. Test all termination events.

    timmc committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    bc95994 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. Configuration menu
    Copy the full SHA
    9befa69 View commit details
    Browse the repository at this point in the history