2.0.6 • Published 9 years ago
joj-core v2.0.6
joj-core
Translations
JumpOverJump.com core library
JumpOverJump is an open source, complete functional programming, AI game board.
Be welcome to learn, help and play!!!
Docs
Use
Install
npm install --save joj-coreNew Game
import { Game, Move } from 'joj-core';
const players = {
white: { name: "Angelo" },
black: { name: "Gabi" }
};
const game = Game.createGame({ players });
const gameAfterMove = Move.getGameAfterMove(game, { x: 5, y: 7 }, { x: 5, y: 6 });
const gameAfterMove2 = Move.getGameAfterMove(gameAfterMove, { x: 2, y: 0 }, { x: 2, y: 1 });Contribute
NPM Global packages
npm install -g ts-node babel-cliSetup
npm install Test
npm test2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.7.2
10 years ago
1.7.1
10 years ago
1.7.0
10 years ago
1.6.1
10 years ago
1.6.0
10 years ago
1.5.2
10 years ago
1.5.1
10 years ago
1.5.0
10 years ago
1.4.3
10 years ago
1.4.2
10 years ago
1.4.1
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago