Skip to content

bulaimaslo/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tictactoe

A simple project whose main purpose was to remind me of java and revise the concept of OOP.

It allows to play Tic-tac-toe with bots of 3 difficulties:

  • easy - makes random moves
  • medium - able to find winning move and to block opponent's winning move
  • hard - impossible to win against. With my implementation of the minimax algorithm.

About

Tic-tac-toe game with minimax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages