Skip to content

A framework for creating grid-based board games using JavaFX

License

Notifications You must be signed in to change notification settings

ThowV/game-board-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A framework for creating grid-based board games using JavaFX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages