chess
Chess programming (no AI) - moves validation
I\'m trying to program my own c开发者_如何学JAVAhess engine (no AI). I know there is Chess Game Starter Kit and I watched it for start inspiration.[详细]
2023-03-31 01:04 分类:问答Drawing in JLayeredPane over exising JPanels
I am working on developing a Chess game. I want to have the board Container utilize a GridLayout to display an 8x8 grid of JPanels. (This will make functions such as highlighting selected squares and[详细]
2023-03-22 20:06 分类:问答Getting occupancy bit masks for bitboards
I\'m playing with bitboards to represent a chess board and check for legal moves. The thing that I\'m stuck with is calculation of occupancy between the source and destination squares in sliding piece[详细]
2023-03-15 15:05 分类:问答Break out of a recursion in java when the time run out
I\'m implementing AI for a chess-like game. I intend to use recursion to try all the possible state of the board and choose out the \'best move\'.[详细]
2023-03-04 09:16 分类:问答Detecting Chess moves from successive image differences using OpenCV tools
Hey, I am coding up a simple chess playing robot\'s vision system, I am trying to improve on some previous research to allow camera and a standard chess set be used and both be allowed to move during[详细]
2023-03-03 20:56 分类:问答Recognizing colors/patterns in webpage
I want to try to create a learning chess application as a school project. My first plan was to simply pit this AI against itself, but to really show if it has been succesful it开发者_如何学运维 needs[详细]
2023-02-28 02:57 分类:问答Looking for Scid's opening book viewer [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-19 20:51 分类:问答writing chess engine for arena gui
I\'m interested in implementing a chess engine for arena GUI http://www.playwitharena.com. Do you know some sort of information regarding the specific guidelines that you mus开发者_开发知识库t follow[详细]
2023-02-17 20:46 分类:问答Does adding a JLabel to a JPanel "hide" the JPanel?
If I have a few JPanels in a GridLayout, each one with a MouseAdapter, and then create JLabels (with text) and add to each one of the JPanels. Note the JLabels have no listeners.[详细]
2023-02-03 23:28 分类:问答Java programming - Chess moves (basic, no AI)
I need help in designing a Chess game. I\'ve already started but haven\'t got far as I\'m pretty new to Java, new to programming at all actually.[详细]
2023-02-02 11:26 分类:问答