aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
http://aimacode.github.io/aima-javascript/
MIT License
538 stars 216 forks source link

Fixed #168 Adverserial Search Agent #170

Closed AnimeshSinha1309 closed 5 years ago

AnimeshSinha1309 commented 5 years ago

The Tic-Tac-Toe game is now always won by the computer (To the best I could test). Fixed the issue with the Alpha Beta pruning being performed.