Skip to content

TicTacToe, a game made with the use of core java and good amount of Object Oriented Programming. Java console application.

Notifications You must be signed in to change notification settings

shivaspeaks/TicTacToe-Basic-and-with-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

TicTacToe, a game made with the use of core java and good amount of Object Oriented Programming.

Java console application.

You can run it on any java editor, easy to play.

There are two techniques implemented:

  • A basic game includes a 2 player Tic-Tac-Toe game.
  • Improved basic with better use of OOPs concepts.
  • AI integrated game in which one can play against AI and can just dream to win.

Use of AI game playing algorithm: Mini Max Algorithm

One can try and contribute by writing code for mini max with alpha beta pruning for better performance of AI.

About

TicTacToe, a game made with the use of core java and good amount of Object Oriented Programming. Java console application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages