Skip to content

eatnuh/bglfj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Game Library For Java

bglfj is a Java library for the components (cards, dice, pieces, boards, etc.) used in the board game, player of game and the game.

  • requires JDK 1.8 or higher.

Adding to your build

To add a dependency using maven :

<dependency>
    <groupId>io.github.eatnuh</groupId>
    <artifactId>bglfj</artifactId>
    <version>1.3</version>
</dependency>

To add a dependency using gradle :

dependencies {
    implementation 'io.github.eatnuh:bglfj:1.3' 
}

About

Board Game Library For Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages