Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)