/* --------------------------------------------------------------------------- | Filename: memo.c | | Authors: Thomas Braunl | | Description: find the mines | ------------------------------------------------------------------------- */ #include "eyebot.h" #include #define TFAC 200 #define TOFF 100 #define TLEN 200 #define MROUND 20 #define WTIME 50 int main() { int round,j,k,err; int seq[MROUND]; LCDPutString("MEMO-RIZE\n"); /* generate random sequence */ for (k=0; k