-
In the "if i play a game it should autosave at the end of the game" (spec/tictactoe.spec.js) starts the board off with and X and an O on it and then tries to over right it with clicks. There is no rea…
-
Ok, this all started with the following error. I pushed a commit at the spot where I encountered the issue. It should be the first commit (called `errors on list prev games`): https://github.com/onyoo…
onyoo updated
8 years ago
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
I'm not sure what the problem is on this one. I submitted with the test lines 459-462 commented out.
The problem is that when clicking on the the right saved game, the game doesn't load. When I run t…
onyoo updated
8 years ago
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…
-
```
What steps will reproduce the problem?
1. Run the following
from games import *
ttt = TicTacToe(3,3,3)
play_game(ttt,alphabeta_player,alphabeta_player)
2. Note that X always win, and that O seem…