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

TASK Refactor AI to return multiple moves instead of just one by random to make unit tests easier #121

Open
Tracked by #10
thejhh opened this issue Oct 23, 2024 · 0 comments

Comments

@thejhh
Copy link
Contributor

thejhh commented Oct 23, 2024

Our current computer player function returns only one move when the AI finds multiple possible. It should be refactored so that the random pick will be implemented on the higher level. This would make it possible to unit test AI easier.

@thejhh thejhh mentioned this issue Oct 23, 2024
23 tasks
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

No branches or pull requests

1 participant