-
Notifications
You must be signed in to change notification settings - Fork 28
elo ratings for chess bots #8
Copy link
Copy link
Open
Labels
backendIssues related to backendIssues related to backendenhancementNew feature or requestNew feature or requestfrontendIssues related to frontendIssues related to frontendgood first issueGood for newcomersGood for newcomershacktoberfestIssues related to hacktoberfestIssues related to hacktoberfest
Metadata
Metadata
Assignees
Labels
backendIssues related to backendIssues related to backendenhancementNew feature or requestNew feature or requestfrontendIssues related to frontendIssues related to frontendgood first issueGood for newcomersGood for newcomershacktoberfestIssues related to hacktoberfestIssues related to hacktoberfest
Right now the ELO rating for the chess bot is hardcoded and player have no option to choose a rating to play with. You need to create a dropdown list in the play menu to select ELO rating of chess bot and create a bot instance accordingly in the backend in /backend/chess-bot.js. You can refer to this page to learn more about chess engine commands -> https://gist.github.com/DOBRO/2592c6dad754ba67e6dcaec8c90165bf
You will need setoption command for settings various parameters of the chess engine such as ELO strength.