Module com.slinky.hackmaster
Package com.slinky.hackmaster.view
package com.slinky.hackmaster.view
-
ClassesClassDescriptionThe
CellView
class is a graphical representation of aCell
object within the JavaFX framework.A custom panel that extendsHBox
to organise and display twoCenterPanel.HexPanel
instances and twoCenterPanel.CellPanel
instances.TheInfiniteCurveCanvas
class is a custom implementation of theCanvas
component that animates the drawing of the Hilbert Curve, a type of space-filling curve.TheMainView
class represents the main user interface of the application.TheTerminalPanel
class represents a console-like output area within the game's user interface.TheTopPanel
class represents the top panel of the game UI, extending theVBox
layout.