项目作者: ThowV

项目描述 :
A framework for creating grid-based board games using JavaFX
高级语言: Java
项目地址: git://github.com/ThowV/game-board-framework.git
创建时间: 2020-02-05T14:07:11Z
项目社区:https://github.com/ThowV/game-board-framework

开源协议:MIT License

下载


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:

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

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

Built using

  • JavaFX - The client framework
  • Maven - Dependency Management

Authors

License

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