Creating a Tic-tac-toe game
The project for this chapter is a simple Tic-tac-toe-style game, similar to what any of us might play on paper. As with anything else, there are several ways you could make this game. We are going to use Unity's GUI system, in order to better understand how to create a GUI for any of our other games.