topce / ngx-chessground

angular wrapper for ornicar/chessground

Home Page:https://topce.github.io/ngx-chessground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgxChessground

Angular wrapper for ornicar/chessground

Two Angular projects are inside :

ngx-chessground Angular library ( tiny wrapper ) for best open source chess UI library https://github.com/ornicar/chessground

ngx-chessground-example copy of https://github.com/ornicar/chessground-examples all examples in original repo works

  • add examples to replay game:
  • one second per move,
  • real time,
  • in one minute proportionally
  • add option to play against yourself like legendary Robert James Fischer

you can see running application on https://topce.github.io/ngx-chessground/

It uses Angular CLI to install and run

yarn install
yarn start

To see documentation

yarn install
yarn compodoc

FUTURE ROADMAP:

  • create Angular components for online playing (piece promotion need to be done)
  • create Angular pgn viewer
  • document library
  • improve ugly demo app ngx-chessground-example
  • refactor delete not used and eliminate duplicate code

About

angular wrapper for ornicar/chessground

https://topce.github.io/ngx-chessground/

License:GNU General Public License v3.0


Languages

Language:TypeScript 77.0%Language:CSS 13.5%Language:JavaScript 6.2%Language:HTML 3.3%