@chesscode/board

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

Usage no npm install needed!

<script type="module">
  import chesscodeBoard from 'https://cdn.skypack.dev/@chesscode/board';
</script>

README

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.