Skip to content

A tictactoe AI that combines breath first search with the minimax algorithm in order to provide the best possible move in a tictactoe game.

Notifications You must be signed in to change notification settings

jdsantelicesl/TicTacToe-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE - AI in C++ | CISP 360 FINAL PROJECT

Please see team workspace: Trello

Please see CS50 lecture: CS50

Project in C++20 for C++

Contributors:

Checklist of the Project Done So Far:

  • Arrays
  • Functions defined to not repeat files of code
  • For/while & Conditional Statements
  • Function documentation
  • Vectors & Pointers
  • Naming conventions for Variables, Functions, and Constants
  • Program runs w/o syntax or run-time errors
  • Documentation
  • Code is readable and reusable
  • Delivered on Time

Google Slide Presentation for CISP 360 Submsission

About

A tictactoe AI that combines breath first search with the minimax algorithm in order to provide the best possible move in a tictactoe game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages