Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic engine to Chess app #29

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Add basic engine to Chess app #29

wants to merge 4 commits into from

Conversation

iProgramMC
Copy link
Owner

@iProgramMC iProgramMC commented Aug 13, 2024

Planned features:

  • Chess engine using the minimax algorithm and alpha-beta pruning
  • Sort out some kinks causing it to show symptoms of amnesia by not taking free pieces?
  • GUI to switch between human and computer players
  • Option to flip the board
  • Random player type chosen when starting a game with the computer (white or black)
  • Difficulty setting - changes the game depth between 1-4. 1 is incredibly stupid - will leap to any chance to capture a piece regardless of consequences.

@iProgramMC iProgramMC marked this pull request as draft August 13, 2024 20:59
@iProgramMC iProgramMC self-assigned this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant