Session 9 |
Tic-tac-toe - example of a bigger program
The next part is based on tic-tac-toe game
. Try to open and run it in your IDE.
Save the zip file and unzip it. In IntelliJ, select
File -> New -> Project from Existing Sources
from the menu and import the project. Finally, right-click on the Project sidebar at the resources
folder and select Mark Directory As -> Resources Root
. Add SDK if needed.
Session 9 |