cagdasgerede / JavaChess

Chess game written in Java language.

Home Page:https://sloenthran.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a player, I would like the game to recommend me a move and show the better move(s) with a different color.

cagdasgerede opened this issue · comments

Currently, when a piece is selected all the potential moves are shown with the same color. Implement a way to evaluate different movements and show recommended moves with a different color such as green.

Consider using BoardPoint class's calculateBoard computation to evaulate different possible moves.

BoardPoint {
public int calculateBoard() {

If the computation there does not work or, if you prefer, you can also try a different way to score different board configurations and moves.

I want to work on this issue.

(Murat Şahin)

Sana gönderdiğim daveti kabul etmen gerekiyor. Epostanı kontrol et.

Bu arada projeyi bilgisayarında çalıştırmayı denediğini ve bir sorun yaşamadığını varsayıyorum.