A canvas based algorithmic representation of knight tours on a spiral board
-
Updated
May 5, 2020 - JavaScript
A canvas based algorithmic representation of knight tours on a spiral board
Customizable chessboard JPEG image microservice
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
This implementation showcases a chessboard created using HTML and JavaScript. It features dynamic generation of chessboard blocks and labels, as well as an interactive hovering effect that displays a rhombus.
Developed a "Chess" board using Redux, featuring alternating square colors—white and black. Implemented interactivity, allowing users to click on a white square to change its color to yellow and a black square to change its color to red.
Chess is a game played between two opponents on opposite sides of a board containing 64 squares of alternating colors. Each player has 16 pieces: 1 king, 1 queen, 2 rooks, 2 bishops, 2 knights, and 8 pawns. The goal of the game is to checkmate the other king.
This project was developed within the framework of the Christmas Coding Challenge 2023, organized by Who Women Code London. It is a chess game developed using React.
Chess frontend for rails_chess written in react
Just chess board on Java Script only =)
It's a simple React-based Chess Board.
Notebook to play chess game and choose the best move
Make simple chessboard-like game board for your prototype
Chess Single Page Application
Add a description, image, and links to the chessboard topic page so that developers can more easily learn about it.
To associate your repository with the chessboard topic, visit your repo's landing page and select "manage topics."