diff --git a/images/snakes2.gif b/images/snakes2.gif new file mode 100644 index 0000000..ab6442d Binary files /dev/null and b/images/snakes2.gif differ diff --git a/index.html b/index.html index 807c087..0751b39 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,7 @@

Stuffs Made

-

Machine Learning
Email Classification

+

Machine Learning
Email Classification

A content-based classification program to classify new emails containing a variety of messages into user-defined folders, that will help the users to organize their emails systematically and in a more convenient manner, using Machine Learning algorithms viz. K Nearest Neighbors & Naïve Bayes. It was made as a Final Year Project in the B. Tech. Programme.

@@ -184,7 +184,7 @@

Machine Learning
E
- +
@@ -195,9 +195,9 @@

Machine Learning
E
-

Artificial Intelligence
Pacman-AI

+

Artificial Intelligence
Pacman-AI

An artificial intelligent agent for the Pacman game implementing uninformed search algorithms like BFS and DFS, optimized informed search algorithms like A star, adversarial search algorithms like MiniMax and Alpha-Beta pruning, and exact inference algorithms in Bayesian Networks.

- +

@@ -215,10 +215,10 @@

Artificial Intelligence
-

Human Computer Interaction
Gesture Recognition

+

Human Computer Interaction
Gesture Recognition

Recognizing swipe gestures on a touchscreen keyboard or a touchpad using the SHARK2 decoder. It has a high accuracy of ~95% of recognizing words correctly and an average runtime of ~50 ms per word.

- +

@@ -287,49 +287,19 @@

Database Management System
-

Java Applets
Snakes 2 Game

-

A 2-player version of the classic Snake game made using Java AWT tools in Eclipse IDE.

- - +

Java Swing
Snakes 2 Game

+

A 2-player version of the classic Snake game made using Java Swing tools.

+ +

- - -
@@ -338,7 +308,7 @@

Java Applets
Snake
-

Java Swing
Minesweeper Game

+

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.

@@ -389,7 +359,7 @@

Java Swing
Mineswe
-

Artificial Intelligence
Tic Tac Toe with AI

+

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.

@@ -398,7 +368,7 @@

Artificial Intelligence
-
+
tictactoe-gif
diff --git a/main.css b/main.css index 02745a6..f1e3bb0 100644 --- a/main.css +++ b/main.css @@ -66,7 +66,3 @@ ul.share-buttons li{ .gif-images img{ width: 100%; } - -.gif-images-ttt img{ - height: 350px; -} \ No newline at end of file diff --git a/snakes2/Snakes2.html b/snakes2/Snakes2.html deleted file mode 100644 index d3158ba..0000000 --- a/snakes2/Snakes2.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - Snakes 2 - A two player game by Ruchit Modi - - - - - Your browser does not support Java Applets. Please try again using any other browser that supports NPAPI plugin. - For Chrome browsers, you can consider installing CheerpJ Applet Runner - extension and run using this extension. - - - \ No newline at end of file diff --git a/snakes2/Snakes2.jar b/snakes2/Snakes2.jar index e0527b4..5bf0a23 100644 Binary files a/snakes2/Snakes2.jar and b/snakes2/Snakes2.jar differ diff --git a/snakes2/index.html b/snakes2/index.html new file mode 100644 index 0000000..1f7f6c6 --- /dev/null +++ b/snakes2/index.html @@ -0,0 +1,28 @@ + + + + + + Snakes2 + + + + +
+ + +