@teamteanpm2024/aspernatur-neque-voluptatem

1.0.3 • Public • Published

npm Build Status

Data structures and utilities to represent the game of Go.

This library depends on Immutable.js and lodash.

Getting Started

Install @teamteanpm2024/aspernatur-neque-voluptatem via npm.

npm install @teamteanpm2024/aspernatur-neque-voluptatem

require and use it in your modules.

var @teamteanpm2024/aspernatur-neque-voluptatem = require('@teamteanpm2024/aspernatur-neque-voluptatem');
var board = @teamteanpm2024/aspernatur-neque-voluptatem.Board(19);
var tengen = @teamteanpm2024/aspernatur-neque-voluptatem.Coordinate(9, 9); // 0-based

board.moves.has(tengen); // false

var standardOpening = placeStone(
    board,
    tengen,
    @teamteanpm2024/aspernatur-neque-voluptatem.BLACK
);
standardOpening.moves.has(tengen); // true

Why Godash?

Godash provides the "primitives" for Go necessary for creating UIs that go beyond a simple SGF player. You can create whatever UI you want without having to reinvent the wheel every time.

Check out the documentation to see what Godash provides.

Breaking changes from version 1 to 2

Related Projects

/@teamteanpm2024/aspernatur-neque-voluptatem/

    Package Sidebar

    Install

    npm i @teamteanpm2024/aspernatur-neque-voluptatem

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    17 kB

    Total Files

    5

    Last publish

    Collaborators

    • shivamkalsi2024