From ad8730894e0c43860299631dedadf4e027b814f3 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sat, 16 Dec 2023 15:03:53 -0600 Subject: Adding tic tac toe content. Like is commented out of home page to activate later. --- index.html | 3 +- projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html | 75 ++++++++++++ projects_blog/presentation_code/tictactoe.md | 175 +++++++++++++++++++++++++++ projects_blog/presentation_code/tictactoe.py | 174 ++++++++++++++++++++++++++ style.css | 5 + 5 files changed, 431 insertions(+), 1 deletion(-) create mode 100644 projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html create mode 100644 projects_blog/presentation_code/tictactoe.md create mode 100644 projects_blog/presentation_code/tictactoe.py diff --git a/index.html b/index.html index 142fab3..9d756ee 100644 --- a/index.html +++ b/index.html @@ -25,8 +25,9 @@