peg
if (peg(mycrib))
int peg(bool);
prpeg(int score, int peg, bool myturn)
if (peg == '.')
peg = ' ';
mvaddch(y, x, peg);