/tic-tac-toe-playground

My submission for the 2019 Apple WWDC Scholarship

Primary LanguageSwiftMIT LicenseMIT

Tic-tac-toe Swift playground

This is a Swift playground book that introduces the min-max algorithm. I created this as part of my application for the 2019 Apple WWDC Scholarship. Screenshot

Using the playground

  • Open the pre-built tictactoe.playgroundbook using Swift Playgrounds on Mac or Swift Playgrounds on iPad.
  • Alternatively, build the playground book from source by opening with Xcode and building the PlaygroundBook target, which will produce your playground book as a product. (You can access it by opening the “Products” group in the Project navigator, and then right-clicking and selecting “Show in Finder”. From there, you can use AirDrop or other methods to copy the playground book to an iPad running Swift Playgrounds.)

Notes