Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual chess board #19

Open
ecattez opened this issue Jan 27, 2020 · 1 comment
Open

Visual chess board #19

ecattez opened this issue Jan 27, 2020 · 1 comment

Comments

@ecattez
Copy link
Owner

ecattez commented Jan 27, 2020

The idea is to create a visual chess board, available through the web browser.

  • square should be colored
    • a square should be of the opposite color of the previous one: for example white become black and black become white
  • pieces should be displayed using their unicode values
  • select a piece should display its available moves
    • square is highlighted if it is an available move
    • if a piece is present on an available move, it is highlighted
  • the last move is highlighted by a green square

chess board

@ecattez
Copy link
Owner Author

ecattez commented Jul 24, 2020

Check this web component: https://justinfagnani.github.io/chessboard-element/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant