Javafx Reversi Board

A Reversi board control made for JavaFX

Лицензия

Лицензия

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

com.github.thowv.javafxcomps
Идентификатор

Идентификатор

reversi-board
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Javafx Reversi Board
A Reversi board control made for JavaFX
Ссылка на сайт

Ссылка на сайт

https://github.com/ThowV/javafx-reversi-board
Система контроля версий

Система контроля версий

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

Скачать reversi-board

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0