Skip to content

Two Tic-Tac-Toe Games developed entirely in C++, version 1 is a simple tic-tac-toe in which any 2 players can challenge each other. Version 2 is a game of tic-tac-toe that features an AI player that uses the Alpha-Beta Pruning algorithm.

License

Notifications You must be signed in to change notification settings

eddayyy/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificially Intelligent Tic-Tac-Toe

C++ Version Algorithms License

Table of Contents

  1. Overview
  2. License

🌟 Overview

This application offers two versions of Tic-Tac-Toe developed in C++. The first version provides a traditional two-player experience. The second version incorporates an AI player, designed using the minimax algorithm combined with a board-state evaluation method for improved decision-making.

📄 License

This project is licensed under the MIT License - see LICENSE.md for details.

About

Two Tic-Tac-Toe Games developed entirely in C++, version 1 is a simple tic-tac-toe in which any 2 players can challenge each other. Version 2 is a game of tic-tac-toe that features an AI player that uses the Alpha-Beta Pruning algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published