Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-p-d/tictactoeminimax
A C# Winforms implementation of Tic-Tac-Toe (Noughts & Crosses) using Minimax
https://github.com/james-p-d/tictactoeminimax
ai csharp minimax winforms
Last synced: 17 days ago
JSON representation
A C# Winforms implementation of Tic-Tac-Toe (Noughts & Crosses) using Minimax
- Host: GitHub
- URL: https://github.com/james-p-d/tictactoeminimax
- Owner: James-P-D
- License: mit
- Created: 2019-07-29T17:46:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T20:42:24.000Z (over 3 years ago)
- Last Synced: 2024-11-17T10:35:48.951Z (3 months ago)
- Topics: ai, csharp, minimax, winforms
- Language: C#
- Size: 485 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToeMinimax
A simple C# WinForms application for playing [Tic-Tac-Toe (Noughts & Crosses)](https://en.wikipedia.org/wiki/Tic-tac-toe) using the [Minimax](https://en.wikipedia.org/wiki/Minimax) algorithm. Not very exciting, but I wanted to tackle an easy game in a language I'm comfortable with before applying Minimax to [Draughts](https://github.com/James-P-D/DraughtsMinimax) using [Processing](https://processing.org/) and [Connect-4](https://github.com/James-P-D/Connect4Minimax) using Javascript.
![Screenshot](https://github.com/James-P-D/TicTacToeMinimax/blob/master/ttt.gif)