https://github.com/topce/ngx-chessground
angular wrapper for ornicar/chessground
https://github.com/topce/ngx-chessground
Last synced: 8 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T12:32:55.000Z (10 months ago)
- Last Synced: 2025-01-02T13:26:41.210Z (10 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). (Framework Interoperability / Wrappers)
- fucking-awesome-angular - ngx-chessground - Angular wrapper for <b><code> 1221⭐</code></b> <b><code> 296🍴</code></b> [chessground](https://github.com/ornicar/chessground)). (Framework Interoperability / Wrappers)
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