Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jdsantelicesl/tictactoe-ai
- Owner: jdsantelicesl
- Created: 2024-03-19T00:23:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T00:44:56.000Z (9 months ago)
- Last Synced: 2024-11-20T00:44:23.496Z (2 months ago)
- Topics: ai, bfs, dfs
- Language: C++
- Homepage:
- Size: 310 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)