/EPQ

The repo holding my Extended Project Qualification

Primary LanguageC#

EPQ Abstract

Noughts and Crosses is a game that many people learn as young children. This project researches the different methods of creating a computer program that is able to play Noughts and Crosses agains a human player, with the computer winning or drawing every game. Of the algorithms researched, the Minimax Algorithm provided the best solution.