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
- Host: GitHub
- URL: https://github.com/topce/ngx-chessground
- Owner: topce
- License: gpl-3.0
- Created: 2021-01-09T11:14:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T12:32:55.000Z (4 months ago)
- Last Synced: 2025-01-02T13:26:41.210Z (4 months ago)
- Language: TypeScript
- Homepage: https://topce.github.io/ngx-chessground/
- Size: 8.33 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-chessground - Angular wrapper for [chessground](https://github.com/ornicar/chessground). (Table of contents / Angular)
- fucking-awesome-angular - ngx-chessground - Angular wrapper for <b><code> 1128⭐</code></b> <b><code> 274🍴</code></b> [chessground](https://github.com/ornicar/chessground)). (Table of contents / Angular)
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 Fischeryou 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