Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
Projeto Java de jogo da velha com oponente 'cpu'. Este projeto tem como foco apenas estudos em JAVA e foi construido com base no video: Tic Tac Toe Java Game - De Alex Lee
A ide utilizada foi o VisualStudioCode com extensões para auxiliar no desenvolvimento.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.
If you want to customize the folder structure, open
.vscode/settings.json
and update the related settings there.
Basta clicar em 'run' ou:
compilar o projeto pelo terminal:
javac './src/TicTacToe.java'
e por fim rodar
java './src/TicTacToe.java'