Skip to content

Napster404/Super-Tic-Tac-Toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 54.9%
  • Java 34.1%
  • CSS 6.3%
  • HTML 3.0%
  • JavaScript 1.7%