From 7186e6826a653df85274bf6ed6f74d3ad24b7f57 Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 10:47:32 -0800 Subject: [PATCH 1/6] Add initial Minesweeper HTML structure --- minesweeper/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 minesweeper/index.html diff --git a/minesweeper/index.html b/minesweeper/index.html new file mode 100644 index 0000000..2cd7625 --- /dev/null +++ b/minesweeper/index.html @@ -0,0 +1,28 @@ + + + + + + Minesweeper + + + + +
+ + + From b122da1fb06e4a55e04d4110d83f7b792882fe91 Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 10:51:29 -0800 Subject: [PATCH 2/6] Update Play button link to local index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 13a388c..0d02564 100644 --- a/index.html +++ b/index.html @@ -342,7 +342,7 @@

Java Swing
Mineswe

The age-old annoying Minesweeper game on Windows implemented in Java using Java Swing tools that required deep knowledge of data structures and algorithms.

- +
From 43f790fff3ae28bbffaa3a971c371590dc7c0aba Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 10:53:12 -0800 Subject: [PATCH 3/6] Add initial HTML structure for TicTacToe game --- tictactoe/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tictactoe/index.html diff --git a/tictactoe/index.html b/tictactoe/index.html new file mode 100644 index 0000000..7ba47e1 --- /dev/null +++ b/tictactoe/index.html @@ -0,0 +1,28 @@ + + + + + + TicTacToe + + + + +
+ + + From 3c2009fa4ce2fa86f2c69e5d8afd0e27cb0ccc10 Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 10:56:16 -0800 Subject: [PATCH 4/6] Update Play button link to local HTML file --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0d02564..ab6f9ee 100644 --- a/index.html +++ b/index.html @@ -394,7 +394,7 @@

Artificial Intelligence
Tic Tac Toe game (a.k.a. Noughts and Crosses) with an AI opponent that either wins or draws but never loses, developed using MiniMax Algorithm with Alpha-Beta pruning for optimization.

- +


From 9920aeba0f592db3ea8c3c265222411ca18c7425 Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 10:58:55 -0800 Subject: [PATCH 5/6] Update play links for Minesweeper and Tic Tac Toe --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ab6f9ee..9a56a01 100644 --- a/index.html +++ b/index.html @@ -342,7 +342,7 @@

Java Swing
Mineswe

The age-old annoying Minesweeper game on Windows implemented in Java using Java Swing tools that required deep knowledge of data structures and algorithms.

- +


@@ -394,7 +394,7 @@

Artificial Intelligence
Tic Tac Toe game (a.k.a. Noughts and Crosses) with an AI opponent that either wins or draws but never loses, developed using MiniMax Algorithm with Alpha-Beta pruning for optimization.

- +


From 6404be64d0b0a381a31fb2f544955b0e846f98e9 Mon Sep 17 00:00:00 2001 From: Ruchit Modi Date: Wed, 25 Feb 2026 11:20:22 -0800 Subject: [PATCH 6/6] Change button style for Play links in index.html --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9a56a01..807c087 100644 --- a/index.html +++ b/index.html @@ -341,8 +341,7 @@

Java Applets
Snake

Java Swing
Minesweeper Game

The age-old annoying Minesweeper game on Windows implemented in Java using Java Swing tools that required deep knowledge of data structures and algorithms.

- - +


@@ -393,8 +392,7 @@

Java Swing
Mineswe

Artificial Intelligence
Tic Tac Toe with AI

Tic Tac Toe game (a.k.a. Noughts and Crosses) with an AI opponent that either wins or draws but never loses, developed using MiniMax Algorithm with Alpha-Beta pruning for optimization.

- - +