Skip to content

wandel812/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

tic-tac-toe game with minimax algo

Type: start { } { } to start a game

First position plays for "X", second for "O"

Instead of { } the following words can be typed:

  • easy, medium hard -- for respective AI level
  • user -- for playing by yourself
    Example: start user medium

While playing as a user move coordinates must be entered. For example: 1 3. First number is column coordinate, second number is row coordinate.

exit command is used to quit the game

This is one of the learning projects from https://hyperskill.org/

About

tic-tac-toe game with minimax algo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages