- Notifications
You must be signed in to change notification settings - Fork2
AI implementation of the classic tic tac toe game with minimax algorithm -Project for Bronx Science Local Hack Day 2017 - Implemented in Java using Object oriented programming
License
rsmath/TicTacToe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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.
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.
If you have a suggestion or comment, please send me an email atsharmar@bxscience.edu ! Thank you.