Skip to content

Commit 988d486

Browse files
Week 47
1 parent b4a8346 commit 988d486

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Week47.ipynb

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Project: TicTacToe with Turtle (Section 1)\n",
8+
"\n",
9+
"Complete the sections one sections from last week.\n",
10+
"\n",
11+
"Discuss how to store the underlying data structure for the game:\n",
12+
"* Store the board as a list of 9 element (Either filled with X or O or empty)\n",
13+
"* Store the actual locations of the squares on the board (To draw the X and O)\n",
14+
"* Continually update the board as the game progresses - also check for a winner/tie"
15+
]
16+
}
17+
],
18+
"metadata": {
19+
"kernelspec": {
20+
"display_name": "Python 3.10.6 64-bit",
21+
"language": "python",
22+
"name": "python3"
23+
},
24+
"language_info": {
25+
"name": "python",
26+
"version": "3.10.6"
27+
},
28+
"orig_nbformat": 4,
29+
"vscode": {
30+
"interpreter": {
31+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
32+
}
33+
}
34+
},
35+
"nbformat": 4,
36+
"nbformat_minor": 2
37+
}

0 commit comments

Comments
 (0)