An open API service indexing awesome lists of open source software.

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

angular wrapper for ornicar/chessground
https://github.com/topce/ngx-chessground

Last synced: about 2 months ago
JSON representation

angular wrapper for ornicar/chessground

Awesome Lists containing this project

README

        

# NgxChessground

Angular wrapper for ornicar/chessground

Two Angular projects are inside :

ngx-chessground Angular library ( tiny wrapper ) for best open source chess UI library

ngx-chessground-example copy of
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

It uses Angular CLI
to install and run

```console
npm install
npm start
```

To see documentation

```console
npm install
npm compodoc
```

FUTURE ROADMAP:

- create Angular components for online playing (piece promotion need to be done)
- create Angular pgn viewer