graduate-final-project-public-group-2 created by GitHub Classroom
This part of the project is meant to act as a generic frontend for a game board application.
Our project has various functionalities out of which there is a grid generation that can be re-used for other team projects as required.
App.java is a API class that exposes launchGrid method which is used to launch a grid based on the number of rows and columns.
This will generate a grid by using javafx.
A board game like chess can use this functionlity to create a grid
Import the App.java from com.frontend
Call App.launchGrid function
import com.frontend;