FITFLOP
Home

chess (5 post)


posts by category not found!

(Contest problem) Count the number of squares that are not attacked by bishops

Counting Non Attacked Squares by Bishops in a Chess Contest Problem In chess bishops move diagonally across the board and can attack any piece that lies along t

3 min read 21-10-2024 26
(Contest problem) Count the number of squares that are not attacked by bishops
(Contest problem) Count the number of squares that are not attacked by bishops

Three.js checkers game

Building a Classic Creating a Checkers Game with Three js The world of web development is constantly evolving and with it comes a desire to create interactive a

3 min read 05-10-2024 23
Three.js checkers game
Three.js checkers game

Python Chess Engine: How do I replace the piece thats on the inputted square with a "#"?

Replacing Chess Pieces in Python A Simple Approach Imagine you re building a Python chess engine and want to visualize the board by representing each piece with

2 min read 04-10-2024 27
Python Chess Engine: How do I replace the piece thats on the inputted square with a "#"?
Python Chess Engine: How do I replace the piece thats on the inputted square with a "#"?

How to run two executables and communicate with them separately in C++?

Running and Communicating with Multiple Executables in C Running and communicating with multiple executables from a single C application can be crucial for comp

4 min read 03-10-2024 30
How to run two executables and communicate with them separately in C++?
How to run two executables and communicate with them separately in C++?

Is there a way to keep track of the sequence of moves in my chess engine

Tracking Chess Engine Moves A Deep Dive Chess engines those digital minds that can analyze millions of possible moves per second are fascinating But how do they

2 min read 30-09-2024 31
Is there a way to keep track of the sequence of moves in my chess engine
Is there a way to keep track of the sequence of moves in my chess engine