python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Chess Dictionary Validator code keeps returning FALSE
I'm relatively new to coding, so any criticism is appreciated. I just finished chapter 5 of Automate the Boring Stuff and started the practice projects of the chapter. I've looked at other codes on th...
Hakunok
Votes: 0
Answers: 1
Return statement doesn't stop the method, C#, unity 2D
I'm working on a chess game and I'm trying to make a class that checks if a position is in check or not. Whithin that class I have a function that goes through squares whithin an array, to verify if t...
PrOeZ
Votes: 0
Answers: 0
what is the fastest way to check 3repetition of chess position?
I am wirting chess Ai as a project. if positon repetes 3 times it is a draw I can create array with all previus position then get every updated position iterete over every previus one of them and see ...
ne0123.
Votes: 0
Answers: 2
WPF Animation Position Parameter
I'm currently making a visual (WPF) representation for the chess engine I wrote.
For reference, I used this thread (Mark Feldman's answer) to create the chess board and the chess pieces.
Only differen...
PanCave
Votes: 0
Answers: 1