Go Fish/C: Difference between revisions

no edit summary
(Created page with "{{collection|Go Fish}} Reasonably smart computer AI. <lang c>#include <stdio.h> #include <stdlib.h> #include <locale.h> #include <ctype.h> #include <string.h> #include <termios....")
 
No edit summary
Line 1:
{{collection|Go Fish}}
Reasonably smart computer AI. Programs require utf-8 locale. AI keeps a record of probabilities of each card player may have and always asks for the card with highest score (which backfires quite often btw).
Reasonably smart computer AI.
<lang c>#include <stdio.h>
#include <stdlib.h>
Anonymous user