Learn the basics of coding using Java. Let's go!
If you use VS Code, install the Spotless Gradle extension, then copy the settings to enable automatic formatting:
mkdir .vscode
cp defs/vscode/settings.json .vscode
Start with the hello-world project to learn some basics of Java syntax.
The tic-tac-toe project is an incomplete Tic Tac Toe game. Complete the game to learn about arrays and array-based algorithms.