Animals guessing
Posted: Fri Jan 20, 2023 1:07 am
A game where the computer tries to guess an animal you have in mind by asking questions about it.
If it doesn't guess correctly it asks you to help it learn about the animal so it might guess better next time. This is done by building a binary search tree in memory (unfortunately this is not saved on disk yet)
Source code (Prog8) is on github
#R41
If it doesn't guess correctly it asks you to help it learn about the animal so it might guess better next time. This is done by building a binary search tree in memory (unfortunately this is not saved on disk yet)
Source code (Prog8) is on github
#R41