Exercise to implement tic-tac-toe game: https://en.wikipedia.org/wiki/Tic-tac-toe.
In order to play with this project:
- Install gradle
- Check out the project
- Run "gradle idea" command in the tic-tac-toe directory
- Open tic-tac-toe-application.iml file using IntelliJ