Noughts and Crosses

I created a noughts and crosses app using the skills learned in the class. It changes the colour of the styling depending on whether 'noughts' or 'crosses' is selected.

It also displays an error message to the user if they try to place a piece on a square that has one already and a 'congratulations!' message once a player wins. It will then clear the board in order for the game to start again. 

I am going to continue to develop the game by adding:

- a score tracker for each player which will display the number of games they've won.

- fixing the CSS as it is a bit janky

- changing the styling so that the board and pieces look wooden.

Noughts and Crosses - image 1 - student projectNoughts and Crosses - image 2 - student project