zeyu2001 / chess-ai

Simple chess AI in JavaScript. Uses the chess.js and chessboard.js libraries.
https://zeyu2001.github.io/chess-ai
MIT License
240 stars 100 forks source link

Feature Suggestions #1

Open yarekc opened 3 years ago

yarekc commented 3 years ago

I read all explanations and that is just clear. I loved your dev. Questions:

regards

zeyu2001 commented 3 years ago

Great suggestions. I'll look into implementing those.

yarekc commented 3 years ago

Hi1st, greetings from France. I wish you a merry Xmas to you and all your relatives.I dropped ready quick suggestions in github about your chess development and you answered to me telling that you may implement these soon.  Are you ok for paid freelancing to make this happen quicker ?I mostly need these small  features

1) Choose level (which I guess was already done)

2) CTRL+Z (or UNDO) a movement (In case I have done a mistake)

3) Human Vs Human play `` 4) Danger checkbox (if checked, it will show in red some imminent danger (like a queen being close to be captured)

5) Suggestion checkbox (if checked, it will show the best movement to be done)

So globally my questions are 

1) are you interested? 2) are you available ? 3) How much to do that ? (and what deadline) Regards

zeyu2001 commented 3 years ago

New features added in 7980e83:

For the other features, PRs are welcome.