• Quick Start
  • Upload Plugin
  • Create Plugin Tutorial
  • References
  • Sources
  • Java Doc

Quick Start :

when creating a new game, beofre writing your own logic you need to create the following classes:

  • a class that extends Game class
  • player handler that extends PlayerEventsHandler
  • public handler that extends PublicEventsHandler
  • card handler that extends CardEventsHandler
That's it! easy as 1,2,3.. now you are ready to fill in your logic in the handlers. for more advanced options please read the JavaDoc and see our war game tutorial at "Create Plugin Tutorial" tab.

Upload Plugin :

Create Plugin Tutorial

References :

Sources :

Games :

Game Link
Durak Click to download
War Click to download


Platform :

Platform Version Link
Platform V1 - jar Click to download
Platform V1 - source Click to download