Skip to content

Commit 8b77d30

Browse files
Chipe1norvig
authored andcommitted
Interactive canvas examples for games.ipynb (aimacode#550)
* Moved Canvas_TicTacToe * Remove jupyter from travis.yml * Remove requirements for travis * Install ipython for travis * Improved Canvas_TicTacToe * Added canvas minimax * Increased Canvas_minimax tree depth to 3 * Added canvas example for alpha-beta pruning
1 parent d635132 commit 8b77d30

File tree

4 files changed

+1479
-173
lines changed

4 files changed

+1479
-173
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ before_install:
1010
install:
1111
- pip install six
1212
- pip install flake8
13-
- pip install jupyter
14-
- pip install -r requirements.txt
13+
- pip install ipython
1514

1615
script:
1716
- py.test

0 commit comments

Comments
 (0)