MunGell / awesome-for-beginners

A list of awesome beginners-friendly projects.
65.82k stars 6.85k forks source link

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

Open MrMystery10-del opened 1 year ago

MrMystery10-del commented 1 year 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

avinashji1302 commented 1 year ago

can I work on this??

Zeran719 commented 8 months ago

could you assign this to me