1.0.27 • Published 4 months ago

ggejs v1.0.27

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

ggejs

A powerful Node.js module for interacting with the server of Goodgame Empire: Four Kingdoms

Installation

npm install ggejs

Example usage

const { Client, Constants } = require('empirejs');
const networkInstances = require('e4k-data').network.instances.instance;
const worldNetworkInstance = networkInstances.find(i => i.instanceLocaId === "generic_country_world");

const client = new Client('username', 'password', worldNetworkInstance);


client.on('connected', () => {
    console.log("Client connected!");
});

client.connect();

Links

Disclaimer

This content is not affiliated with, endorsed, sponsored, or specifically approved by Goodgame Studios, and Goodgame Studios is not responsible for it. For more information, see Goodgame Studios Terms of Use.

1.0.26

4 months ago

1.0.27

4 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.19

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.23

10 months ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.11

2 years ago

1.0.13

1 year ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago