simple-cube-chess-movement
v0.0.1
Published
An Astro component that generates a simple 3D cube-based chessboard where each piece can move according to basic chess rules using smooth CSS and JavaScript animations
Maintainers
Readme
simple-cube-chess-movement
An Astro component that generates a simple 3D cube-based chessboard where each piece can move according to basic chess rules using smooth CSS and JavaScript animations
Installation 📖
# You can intall with npm
npm install simple-cube-chess-movement
# or with yarn
yarn add simple-cube-chess-movement
# or with pnpm
pnpm add simple-cube-chess-movementUsage ⚙️
---
import SimpleCubeChessMovement from 'simple-cube-chess-movement';
---
<SimpleCubeChessMovement />
