Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdsantelicesl/tictactoe-ai

A tictactoe AI that combines breath first search with the minimax algorithm in order to provide the best possible move in a tictactoe game.
https://github.com/jdsantelicesl/tictactoe-ai

ai bfs dfs

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

![](image/minimax_tictactoe.png)

Please see team workspace: [Trello](https://trello.com/invite/b/bnEfUOxn/ATTI8b2bb7350095619660381c16bf5b4e535E7570AF/cisp-360-final-project)

Please see CS50 lecture: [CS50](https://www.youtube.com/watch?v=gR8QvFmNuLE&list=PLhQjrBD2T381PopUTYtMSstgk-hsTGkVmhttps://www.youtube.com/watch?v=gR8QvFmNuLE&list=PLhQjrBD2T381PopUTYtMSstgk-hsTGkVm)

Project in C++20 for C++
![](image/cpp_logp.png)

# Contributors:
- [Yixing Liang]([email protected])
- [Derick Izales-Urrea]([email protected])
- [Juan Santelices]([email protected])
- [Van Anh Nguyen]([email protected])
- [Henry Nguyen]([email protected])
- [Edward Chhun]([email protected])

# 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
- [CISP 360 Final](https://docs.google.com/presentation/d/1pIOxqli6Gw1mmLd_bD1bYUhRY7HSrOxTaMTRq_N9rUU/edit?usp=sharing)