summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-13 20:50:35 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-13 20:50:35 -0600
commite3135234155f6b25763c237bac7e1a7a7986bea6 (patch)
tree4973848469a3a354d1ecb7d927fae9e247e924a4
parent2c6c492d14d8e6595db2771e088f109366a38aa8 (diff)
added tic tac toe images
-rw-r--r--img/ttt-game.pngbin0 -> 25190 bytes
-rw-r--r--img/ttt-ml-settings.pngbin0 -> 38502 bytes
-rw-r--r--projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html18
3 files changed, 17 insertions, 1 deletions
diff --git a/img/ttt-game.png b/img/ttt-game.png
new file mode 100644
index 0000000..a15d284
--- /dev/null
+++ b/img/ttt-game.png
Binary files differ
diff --git a/img/ttt-ml-settings.png b/img/ttt-ml-settings.png
new file mode 100644
index 0000000..9625dcb
--- /dev/null
+++ b/img/ttt-ml-settings.png
Binary files differ
diff --git a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
index c0759c6..20856ef 100644
--- a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
+++ b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chrhodgden - Tic-Tac-Toe</title>
<link rel="icon" type="image/svg+xml" href="../img/favicon.svg">
- <link rel="stylesheet" href="../style.css"/>
+ <link rel="stylesheet" href="../style.css">
<style>
:root {
--theme-color-check: 0;
@@ -41,6 +41,14 @@
This version will work on all platforms that run Python.
When I got this version complete, I continued with other tutorials to learn about object oriented programming and other Python libraries.
</p>
+ <figure class="project">
+ <img
+ src="../img/ttt-ml-settings.png"
+ alt="Machine Learning Settings"
+ width="500"
+ >
+ <figcaption>Machine Learning Settings</figcaption>
+ </figure>
<h2 id="the-project">The Project</h2>
<p>
I followed most of the next steps on my original version.
@@ -59,6 +67,14 @@
</p>
<h2 id="what-i-learned">What I Learned</h2>
+ <figure class="project">
+ <img
+ src="../img/ttt-game.png"
+ alt="Machine Learning Settings"
+ width="500"
+ >
+ <figcaption>Laboratory Results</figcaption>
+ </figure>
<ul class="projects-blog">In adding features to this project, I learned:
<li>Applications of Object Oriented Programming</li>
<li>SQLite and integration with Python</li>