/GDCore

Dofus 1.29 emulator

Primary LanguageJava

Certificate : Codacy Badge

Build Status Build Status Build Status Build Status Build Status Build Status Build Status

Features completed - Features in progress - Upcoming features

What is it ?

Graviton (GDCore) is a 1.29 dofus emulator, developed in Java. He's supported by gradle and is separated in 3 projects

  • graviton - login : it's the login server, manages connections

  • graviton - game : it's the game server, manages the in-game

  • graviton - common : contains all common class

Dependencies

Graviton (GDCore) contains a lot of util dependencies

  • Guice by Google: dependency injections

  • MySQL-Connector by Apache: JDBC mysql connector

  • Slf4j & Logback : loggers

  • Lombok : meta-data

  • JOOQ : typesafe SQL query construction and execution

  • Mina Apache : network support

  • Hikari CP : database pool connection