Skip to content

Commit 33d0b4f

Browse files
Week 59
1 parent f773a92 commit 33d0b4f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Week59.ipynb

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"cells": [
3+
{
4+
"attachments": {},
5+
"cell_type": "markdown",
6+
"metadata": {},
7+
"source": [
8+
"## New Project: Minimax\n",
9+
"\n",
10+
"Using the tictactoe made with turtle create a computer algorithm to play against the user. The computer should never lose.\n",
11+
"\n",
12+
"The algorithm recursively determines what the opponent's best move would be and pick the move that will be the worst for the opponent. Essentially you must loop over all possible moves an pick the one where the best move for the opponent is the worst."
13+
]
14+
}
15+
],
16+
"metadata": {
17+
"language_info": {
18+
"name": "python"
19+
},
20+
"orig_nbformat": 4
21+
},
22+
"nbformat": 4,
23+
"nbformat_minor": 2
24+
}

0 commit comments

Comments
 (0)