Noughts & Crosses Application

Project information

This is a personal project I completed idependently when learning JavaScript. I wanted to prove to myself that I could implement the logic of Noughts & Crosses without any outside help. Once I'd completed the game I soon realised that it was too easy to beat the computer, as the computer's moves where completely random. I therefore, added some intelligence to the computer by creating the logic to make the computer select the most appropriate move.