The classic game noughts and crosses created in Unity.
Using UI elements and a simple game controller we re-created Tic-tac-toe. Players can set there names in the input fields and then you just mark three in a row to win!
Clone or download this repository and open the project with your favourite flavour of Unity.
This project was built with Unity 2018.2
Checkecing for any current win condition can probably be optimised, {EndTurn();} however this is such a simple game the overhead just is not there to worry about
Looking to contribute something to this project? Here's how you can help.
If you believe something needs to be immediately fixed please open an issue and document the problem. Fork this project and create a pull request with your solution to the problem. Thank you.
