Skip to content

Krist0phers/IDK-Server-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDK GAME SERVER

IDK is a Game Server written in Java. It includes and uses the libraries log4j, BoneCP, JSON Simple, Netty and Google's Guava Project.

Building

To build you will need:

To build everything using Gradle (the command below will download Gradle automatically, you do not need to download it first).

./gradlew clean dist

Or under Windows:

gradlew clean dist

The distribution ready file can then be found under build/distributions. The other JAR files can be found under build/libs.

License

IDK is licensed under the terms of the Apache License, Version 2.0.

Code style

Please follow the Sun/Oracle coding standards, except for the following:

  • Always use 4 spaces instead of tabs
  • No 80 column limit or 'weird' midstatement newlines.
  • The general order of a class is:
    • Static fields
    • Static methods
    • Getters
    • Setters
    • Methods
    • Fields
  • Use the keyword "final" where possible
  • Don't Ignore Exceptions without a good reason

About

A Game-Server written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published