DixonChu / Tic_Tac_Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic_Tac_Toe

A simple Tic Tac Toe game make by using javafx scene builder.

Getting Started

These instruction will get you a copy of the project up and running on your local machine for development and testing purpose. See deployment for notes on how to deploy the project on live stream.

Prerequisites

javafx-sdk-13.0.1 javafx scene builder IntelliJ IDEA

Installing

  1. Clone or download zip from github
  2. Extract the zip file (Only for those who downloaded the zip file instead of cloning)
  3. Open the project in IntelliJ IDEA.
  4. Once the project has opened in Intellij IDEA, go to File -> Settings -> Appereance and behaviour -> Path Variable add the library of javafx-sdk-13.0.1
  5. Name the variables PATH_TO_FX and the value is the path where you stored your javafx-sdk. Click Apply after it has successfully added.
  6. Go to <Run -> Edit Configurations -> Application -> Main>
  7. At the <VM options>, added this line --module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml and click Apply
  8. Go to File -> Project Structure -> Project Settings -> Libraries, in the libraries, add a New Project Library of Java then choose the lib file of you javafx-sdk-13.0.1 and click APPLY.

Built with

Author

About


Languages

Language:Java 96.3%Language:HTML 3.7%