diff --git a/index.html b/index.html index 13a388c..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.

- - +


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 + + + + +
+ + + 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 + + + + +
+ + +