chesslablab / website

Website intended to learn and play chess online.
https://chesslablab.github.io/website/
MIT License
18 stars 21 forks source link

Allow users to set up the piece set #228

Closed programarivm closed 4 months ago

programarivm commented 4 months ago

screencapture-chesslablab-org-en-settings-2024-04-24-13_10_36 Figure 1. Click on Settings

Users should set up how they want to display the piece set: Either as Classical or as Staunty. The chess board is currently initialized in assets/js/pages/chessboard.js with the Staunty piece set by default.

See:

HatemSelim94 commented 4 months ago

Hi @programarivm, I would like to work on this issue. Thanks.

programarivm commented 4 months ago

@HatemSelim94, welcome to ChesslaBlab.

Thank you for joining the community.

Please make sure to read the Contributing Guidelines.

Happy coding and learning!

programarivm commented 4 months ago

👋 Hey @HatemSelim94, how are things going? Could you set up the website on your localhost?