Skip to content

A library from the KleeGameBase series that contains the classes shared between client and server

Notifications You must be signed in to change notification settings

KleeSup/KleeGameBaseShared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KleeGameBaseShared

A library from the KleeGameBase series that contains the classes shared between client and server

Used Libraries

  • crykn his fork of Kryonet Link
  • Kryo serialization library from Esotericsoftware Link

Implementation

To implement this library with Gradle and Jitpack, add the following repository to your build.gradle:

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}

Then add the dependency:

dependencies {
  implementation 'com.github.KleeSup:KleeGameBaseShared:VERSION'
}

Note that you need to replace the 'VERSION' part in the dependency with the newest version of the library.
If the library still does not work after the gradle reload, please run the buildDependents gradle task.

About

A library from the KleeGameBase series that contains the classes shared between client and server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages