--Basic TicTacToe Game with Javascript implementation. -- Multi Player game with AI involved.
Sample Pictures
To Do Tasks:
-
Create a Index Page with Two links, one pointing Two Player game and Another Pointing Single Player game
-
Chage the Design of TicTacToe, Make it smoother
-
Add Two Divisions, One for Score and Another for Game
-
Add Play and Quit Options
-
Add Choosing the Level Option
-
Add Continue option after completion of a level as well quit.
-
Add Play Again and Quit options after loss
-
Add AI to the Algorithm -- Minimax
-
Add Alpha Beta Pruning
-
Add Leveling
-
Make the Design better
-
Add a Seperate Index Page at the beginning
Tic Tac Toe Js #RationalScripts