91 results for “topic:chess-puzzle”
Play chess in the terminal. Rust TUI, Stockfish, Lichess.
Fast-paced chess tactics trainer
Generate chess puzzles / tactics from a pgn file
Creates chess puzzles from chess games and positions
Generate chess tactics from your own lichess games.
Chess experiments
Introducing PuzzleDash! A completely free alternative for playing Chess Puzzle Rush, a popular paid Chesscom feature where you are challenged to solve a series of chess puzzles with increasing difficulty in limited time.
Chess game NPM Library (Angular 13)
* Vanilla Java Script chess: play with your friends, create multiplayer room, play with Stockfish, Login/Register, ELO system and puzzles.
Introducing an advanced chess bot that automates gameplay on 2D on-screen chess boards, delivering a seamless and immersive experience.
The collection of all chess.com daily puzzle
Enjoy a game of chess with 4 players! This is a web-based chess game that allows you to play with friends. The game is designed to be played in a web browser and is compatible with most modern browsers. Currently the game is in beta and is being actively developed. The game is open source and contributions are welcome!
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the classic math puzzle. Built in React with Chessboard.jsx
Quick online tool for chess with features for composing problems and APIs.
Read pgn files, parse positions in the game and save interesting positions for problem-solving sessions.
Chess in C++ and Qt
Symfony/js application to solve chess puzzles
A bot coded in python that plays puzzle rush on chess.com
A frontend application to practice chess tactics by solving puzzles.
Chess Game with nice user interface
Play and study Chinese chess online
An open source implementation of puzzle rush
Chess game with two player. (SOON)
Web App to practice Chess Knight vision Exercises
Chesslise web platform, allows users to play coordinate/blindfold chess games
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.
a new chess puzzles platform made with next js, prisma, mysql and next auth with database session
Chess puzzles and practice website
Game of chess has been a classic AI problem and these days there are several excellent open source implementations of automatic chess players are available on line. In this assignment we are going to make yet another FAST-chess player that will play chess using some well-established strategies along with MINIMAX to compute moves for a chess player. To complete this assignment you have been provided with an abstract base class called chessPlayer and two demo player classes named humanPlayer and autoPlayer. Along with these two class, another class, called gameState, is also provided that holds state of the game at any given time. The state of the chess at any given time consists of information about player turn (i.e. an enumeration called Color with a value of 1 means WHITE player will move and 0 means BLACK player will move) and an 8 x 8 chess board with chess pieces encoded as shown below.
Chess game with two player based on electron. (SOON)