checkers player
dvanhorn <[email protected]>
| Newsgroups | gmane.org.ballistichelmet.lambda |
|---|---|
| Message-ID | <[email protected]> |
World's best Votey Checkers player:
#include <stdio.h>
int main() {
int i;
loop:
printf("%d%d%d%d\n", rand()%8+1,rand()%8+1,rand()%8+1,rand()%8+1);
scanf("%d", &i);
goto loop;
}