AI based Tic Tac Toe in Java

minimax

This is a simple Minimax Algorithm based Tic Tac Toe in Java Console. I developed this as a hobby project and there is also some bugs.So,this is not a 100% completed project,but you can learn easily from the code.There are many tic tac toe codes available and this is a different approach.

 Introduction

There are 3 java files:

  1. tikitaka.java
  2. bordmaker.java
Read more