Chiu14 / OSS-projects-for-beginners

0 stars 0 forks source link

ChessEngine good-for-beginners Java project #1277 #1

Open Chiu14 opened 2 weeks ago

anika-ramkar commented 2 weeks ago

Some base ideas of how it work: Upon starting the application, the user will be directed to a menu screen that displays their current stats such as Elo and profile information. Two buttons are present on this screen, allowing the user to choose between multiplayer and against AI modes. Upon selecting the against AI option, the user is redirected to another screen where they can select an AI opponent from a list of unique algorithms, each with its own description.

After choosing their preferred AI opponent, the user can begin the game with a time limit of 10 minutes. The in-game screen displays the time remaining, the game board, captured pieces, and the AI opponent. When the user emerges victorious, they will earn additional Elo points based on their opponent's Elo rating.

https://github.com/MrMystery10-del/ChessEngine