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

Chess tests: random and minmax #10

Open
oggy22 opened this issue Dec 29, 2023 · 1 comment
Open

Chess tests: random and minmax #10

oggy22 opened this issue Dec 29, 2023 · 1 comment
Labels

Comments

@oggy22
Copy link
Owner

oggy22 commented Dec 29, 2023

Couple of ideas for tests:

  • Test: where each player plays a random move. Quit after ~500 moves.
  • Test: Random vs minmax(2), minmax is expected to win
  • Test: minmax(2) vs minmax(4), minmax(4) is expected to win
  • etc.
@oggy22
Copy link
Owner Author

oggy22 commented Jan 2, 2024

Random game is implemented with 16b61de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant