cagdasgerede / JavaChess

Chess game written in Java language.
https://sloenthran.pl
GNU General Public License v3.0
0 stars 1 forks source link

As a player, I would like to see which side has more points to that I can see which side is more likely win the game #15

Open cagdasgerede opened 3 years ago

cagdasgerede commented 3 years ago

Given a board configuration, the points for both sides can be calculated using a method in BoardPoint class. Calculate the points and show the points on the UI (consider showing a slider that in total it is 100 and when both sides has the equal points it shows half one color and half the other color.)

see

package pl.nogacz.chess.application; ... BoardPoint { public int calculateBoard() {

TheCrimsonNeV0 commented 3 years ago

I want to work on this issue.

cagdasgerede commented 3 years ago

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

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