Skip to content

Instantly share code, notes, and snippets.

@ahmaxed
Last active February 7, 2017 10:29
Show Gist options
  • Save ahmaxed/04a658e0de325ee932a5864b9dbdcb12 to your computer and use it in GitHub Desktop.
Save ahmaxed/04a658e0de325ee932a5864b9dbdcb12 to your computer and use it in GitHub Desktop.
// the main minimax function
function minimax(newBoard, player){
//available spots
var availSpots = emptyIndexies(newBoard);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment