hexchess 0.8.0

A Rust / TypeScript library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
{
  "name": "@bedard/hexchess",
  "version": "0.8.0",
  "description": "",
  "scripts": {
    "build": "wasm-pack build --release && node scripts/build.mjs",
    "test": "vitest"
  },
  "keywords": [],
  "author": "Scott Bedard",
  "devDependencies": {
    "@bedard/hexchess": "link:pkg",
    "smol-toml": "^1.3.0",
    "typescript": "^5.5.4",
    "vite": "^5.4.2",
    "vite-plugin-top-level-await": "^1.4.4",
    "vite-plugin-wasm": "^3.3.0",
    "vitest": "^2.0.5",
    "wasm-pack": "^0.13.0"
  }
}