JamKelley22 / Tic-Tac-Toe-JavaFX

Java Tic-Tac-Toe Game using JavaFX framework written in accordance with class requirements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTT (Tic-Tac-Toe)

Requirements

  • JRE >= 1.8
  • I used lambda expressions

How to compile and run?

Option 1

.exe

  1. There is a .exe file called "Play_Tic-Tac-Toe.exe", double click
Option 2

All source files are included

  1. Import source files into Eclipse (or other IDE)
  2. Main class is TTT.java, run from there

About

Java Tic-Tac-Toe Game using JavaFX framework written in accordance with class requirements

License:MIT License


Languages

Language:Java 100.0%