0.3.1 • Published 8 years ago

vindinium-helper v0.3.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

npm version Build Status Codacy Badge

Vindinium Helper

illizian.github.io/vindinium-helper/

A javascript helper library for building Vindinium bots

Installation

$ npm install vindinium-helper --save

Usage

Load the library

var helper = require('vindinium-helper');

Then pass the game state objects to the provided Classes. E.g. when using stephank/vindinium-client

function bot(state, callback) {
    var intel = new helper.Intel(state.game, state.hero);
    var board = new helper.Board(state.game.board);

    board.printMap();
};

API

Please see docs/

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago