Skip to content

RobertBowie/NotAmint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotAmint

Tic Tac Toe with AI

Instructions to run (currently)

  • Open your browser of choice
  • Open the console (F12 in most Windows browsers | Option-Cmd-J for Mac)
  • Copy and Paste the contents of TTT_clean into the console and run (enter or Run button)
  • If the code does nothing it is most likely because I removed the call to the_game() (add the_game(); to the end of the copied code to run)
  • When inputting coordinates for Row and Column start at 0 (upper-left would be 0,0. lower-left would be 0,2)

[0,0][0,1][0,2]

[1,0][1,1][1,2]

[2,0][2,1][2,2]

This is a work in progress and should gain complexity and functionality constantly

Please email me with any questions or comments

About

Tic Tac Toe with AI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors