Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 469 Bytes

Project: Super Tic Tac Toe

Version: 0.1.0

Last Updated: 10/28/2017

Authors: Rowan ACM - AI committee Rowan University

Goal: Build an AI for a 9x9 tic tac toe gameboard.

Current State: -Makes a 9x9 gameboard -Stopping at a winning board instead of printing all boards out. -Made a basic heuristic function assigning values for winboards for the AI

  • +10 win
  • -10 loss
  • 0 draw

Descriptions: -Waiting on completely figuring out what our code does.