Javafx Reversi Board

A Reversi board control made for JavaFX

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.github.thowv.javafxcomps
ArtifactId

ArtifactId

reversi-board
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Javafx Reversi Board
A Reversi board control made for JavaFX
Project URL

Project URL

https://github.com/ThowV/javafx-reversi-board
Source Code Management

Source Code Management

https://github.com/ThowV/javafx-reversi-board

Download reversi-board

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/reversi-board/ -->
<dependency>
    <groupId>com.github.thowv.javafxcomps</groupId>
    <artifactId>reversi-board</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/reversi-board/
implementation 'com.github.thowv.javafxcomps:reversi-board:1.0'
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/reversi-board/
implementation ("com.github.thowv.javafxcomps:reversi-board:1.0")
'com.github.thowv.javafxcomps:reversi-board:jar:1.0'
<dependency org="com.github.thowv.javafxcomps" name="reversi-board" rev="1.0">
  <artifact name="reversi-board" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thowv.javafxcomps', module='reversi-board', version='1.0')
)
libraryDependencies += "com.github.thowv.javafxcomps" % "reversi-board" % "1.0"
[com.github.thowv.javafxcomps/reversi-board "1.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.

Maven Central

Game board framework

A framework for creating grid-based board games using JavaFX.
This project includes two simple premade board games: Reversi and Tic Tac Toe.
Both board games can be found in the premades package and be seen used in the examples package.

Reversi Tic Tac Toe

Getting started

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

Installing

If you haven't set up maven in your project yet, you can see how to do so here.
If you are using maven for your project and have a pom.xml ready, you can insert the following:

<dependency>
  <groupId>com.github.thowv.javafxcomps</groupId>
  <artifactId>grid-game-board-framework</artifactId>
  <version>(See badge version)</version>
</dependency>

Maven should now automatically add the dependency to your external libraries.

Built using

  • JavaFX - The client framework
  • Maven - Dependency Management

Authors

  • Thomas Visscher - ThowV

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

Versions

Version
1.0