/JogoDaVelha_2.0_Java

Um outro projeto do jogo da velha feito em JAVA, porém com melhor lógica, sintaxe e um oponente... o computador.

Primary LanguageJava

Getting Started

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.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: 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.

Para rodar o projeto:

Basta clicar em 'run' ou:

compilar o projeto pelo terminal:

javac './src/TicTacToe.java'

e por fim rodar

java './src/TicTacToe.java'