stackpan / tictactoe-cli-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Welcome to TictactoeCLI Minigames by Ivan Rizkyanto. This game build in java, using VS Code for writing the code.

Folder Structure

The workspace contains two folders by default, where:

  • build-jar : the build folder
  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Dependency Management

The JAVA DEPENDENCIES view allows you to manage your dependencies. More details can be found here.

Run using gradle

Open your terminal or cmd, open Tictactoe folder. Then, type this:

gradle build
gradle run

About


Languages

Language:Java 100.0%