Skip to content

yochess/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic_tac_toe

The goal is to implement a minimax algorithm which I know nothing about.
So far my primitive algorithm does 3 things:

  1. go for an immediate win
  2. block an immediate win
  3. otherwise make a random move

http://hills.ccsf.edu/~dwang6/cnit133/project/tic_tac_toe/index.html

UPDATE:

This is a huge milestone for me.
I finally got minimax to work.

NEXT STEP: REFACTOR AND THEN ALPHA-BETA PRUNING!!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published