Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

akshitsinha/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License GitHub release Language grade: Java

Tic Tac Toe

A rudimentary version of the classic Tic Tac Toe, also known as Noughts and Crosses made with JavaFX.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and exhilaration.

Prerequisites

  • Make sure you have JRE 8 installed on your machine.
  • Download the latest release from here.

Deployment

Open a terminal window in the same directory and simply run the following.

java -jar TicTacToe.jar

Contributing

  • Fork the repository.
  • Simply clone your fork of the repository: git clone https://github.com/UID/tic-tac-toe.git
  • Do your modifications freely to the code.
  • Create a pull request which contains your changes and commits.

Made with

Build System

  • Maven: Build and Dependency Management.

Dependencies

  • JFoenix: Java library implementing Google Material Design using Java components.
  • JSON Simple: Java library to serialize and deserialize Java objects to (and from) JSON.
  • TilesFX: Java library containing tiles that can be used for dashboards.

License

This project is licensed under the Apache License 2.0

Refer to LICENSE for details.