Skip to content

Working tic tac toe game in every possible language (hopefully)

License

Notifications You must be signed in to change notification settings

vpgits/tic_tac_toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Working tic tac toe game in every possible language (hopefully)

RULES

Need to be text console based

      0     1     2
    +-----+-----+-----+
    | {0} | {1} | {2} |
    +-----+-----+-----+
  3 | {3} | {4} | {5} |
    +-----+-----+-----+
    | {6} | {7} | {8} |
    +-----+-----+-----+
       6     7     8  

Need to have a BOT Player Who play as 0

X player will be the Human

Happy Coding

About

Working tic tac toe game in every possible language (hopefully)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 18.9%
  • HTML 17.1%
  • C 15.6%
  • PHP 13.5%
  • Shell 12.8%
  • Python 11.6%
  • Go 10.5%