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

Make AI smarter #2

Open
soryy708 opened this issue Aug 19, 2023 · 1 comment
Open

Make AI smarter #2

soryy708 opened this issue Aug 19, 2023 · 1 comment

Comments

@soryy708
Copy link
Owner

The AI opponent does moves mostly at random.
It can be made more challenging, and therefore potentially more fun, if it's more intelligent with its moves.

@soryy708
Copy link
Owner Author

For example, consider perhaps Minimax.
Open question: What will be the value function?

A possible approach is to calculate the tree of all valid moves (Open question: how many are there? is this feasible?), and calculate value as how many leaves lead us to victory vs loss (sort of like Deep Blue)

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