Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 814 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 814 Bytes

TicTacToe AI Project

This is a Tic Tac Toe console game made with Java. I have given my own touch to the console game with a unique (yet simple) board.

Update

I made small changes to the code so that the program will not crash if inappropriate data types are passed as inputs. It will merely notify the user. This makes the game even more appealing as a console-game.

Methodology

I used a minimax algorithm to construct the basis of this game. My friend and I referred to basic minimax structure from online sources when writing this code. Therefore there are a few cases in which the computer player still does not make the right choice. It will be fixed in further updates.

Comments appreciated!

If you have a suggestion or comment, please send me an email at sharmar@bxscience.edu ! Thank you.