GitXplorerGitXplorer
B

MinMax-TicTacToe-Solver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1fbb05c8a0b815c95a7794531d8724363675415c

Create README.md

BBelchy06 committed 5 years ago
Unverified
afd12708ad5eff80efc00954cb690dcd3104f1e5

Update MinMaxAlgorithm.cs

BBelchy06 committed 6 years ago
Unverified
92b885b1377e4d8a46019e5881b78f3aefe43c9c

Fixed default values

BBelchy06 committed 6 years ago
Unverified
1d4a1f76ab7f345c2c3a8a1589f3fa8a72d0ddf9

Optimization of MinMax Algorithm for larger boards

BBelchy06 committed 6 years ago
Unverified
0e4cb59adc8ec856a2c92ee1df0ab42be6910b2c

Merge Complete to Master

BBelchy06 committed 6 years ago
Unverified
50a20e91d57c033a4c1d8a3a3383f1b353735994

Update .gitignore

BBelchy06 committed 6 years ago

README

The README file for this repository.

Tic-Tac-Toe Game

An 'unbeatable' Tic-Tac-Toe game in which you vs the computer to see if you can win.

Usage

Open solution in Visual Studio and run project from there

Skills Used

This project utilises WinForms to display the game state and uses the Min-Max algorithm with Alpha-Beta pruning to calculate the AI's move.