Game Board Framework

A framework for creating grid-based board games using JavaFX

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.github.thowv.javafxcomps
ArtifactId

ArtifactId

grid-game-board-framework
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Game Board Framework
A framework for creating grid-based board games using JavaFX
Project URL

Project URL

https://github.com/ThowV/game-board-framework
Source Code Management

Source Code Management

https://github.com/ThowV/game-board-framework

Download grid-game-board-framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/ -->
<dependency>
    <groupId>com.github.thowv.javafxcomps</groupId>
    <artifactId>grid-game-board-framework</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/
implementation 'com.github.thowv.javafxcomps:grid-game-board-framework:2.0'
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/
implementation ("com.github.thowv.javafxcomps:grid-game-board-framework:2.0")
'com.github.thowv.javafxcomps:grid-game-board-framework:jar:2.0'
<dependency org="com.github.thowv.javafxcomps" name="grid-game-board-framework" rev="2.0">
  <artifact name="grid-game-board-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thowv.javafxcomps', module='grid-game-board-framework', version='2.0')
)
libraryDependencies += "com.github.thowv.javafxcomps" % "grid-game-board-framework" % "2.0"
[com.github.thowv.javafxcomps/grid-game-board-framework "2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.10
1.9
1.8.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0