Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.74 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.74 KB

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.