Skip to content

Commit

Permalink
Add alpha-beta four-in-row game playground
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinCoble committed Dec 5, 2016
1 parent bda1edb commit 0fd4e1b
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Use the XCTest files for examples on how to use the classes

Playgrounds for Linear Regression, SVM, and Neural Networks are available. Now available in both macOS and iOS versions.

####New iOS playgrounds - including a four-in-row game using alpha-beta search!

## Manual

I have started a [manual](Manual/AIToolbox.md) for the framework. It is a work-in-progress, but adds some useful explanation to pieces of the framework. All protocols, structures, and enumerations are well defined. Class descriptions are there, but not class variables and methods.
Expand Down
Loading

0 comments on commit 0fd4e1b

Please sign in to comment.