Animals guessing

Post Reply
User avatar
desertfish
Posts: 1126
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Animals guessing

Post by desertfish »

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
Screenshot_20210224_225443.png
Screenshot_20210224_225443.png (108.07 KiB) Viewed 3687 times
#R41
Attachments
ANIMALS.PRG
(2.34 KiB) Downloaded 238 times
CaptainGreenhat
Posts: 1
Joined: Wed Aug 09, 2023 1:26 pm

General - CX16 Re: Animals guessing

Post by CaptainGreenhat »

I use a front end to play all my games, and I don't like it when I don't have a cover. I've been playing around with different AIs to generate cover art for games lacking it, I think the cover for this game turned out good, so I am sharing.
Animals Guessing.jpg
Animals Guessing.jpg (199.16 KiB) Viewed 2441 times
Post Reply