hacking-robot / boardgame

A multi-size, generic and configurable boardgame package for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boardgame

A node module that allows building custom board games (chess, minichess, babychess etc..).

  • Configurable board size
  • Custom move validation
  • Custom move generator

Look at the example for more information. This module is still in beta and is part of the Tutorial on Chesscode.io

Install

npm init
npm install @chesscode/board

Test

node node_modules/\@chesscode/board/example/index.js

About

A multi-size, generic and configurable boardgame package for node


Languages

Language:JavaScript 100.0%