-
```
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 have drafted what I think are the two most common moves that our engine will
need:
1) A location on the board (which we can standardize to be in the form of a 2D
array) where the move will ta…
-
```
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…
-
## Assignment
Write a tic tac toe game as described here: https://github.com/TIY-ATL-ROR-2015-Sep/lectures/blob/master/wk01-ruby-basics/thu/questions.md
## Submission
Post your code as a gist and le…
-
```
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 feel like this lab is missing the most satisfying part of this whole experience: telling them to run `ruby bin/tictactoe` to enjoy playing the game they just built!
-
```
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…