bsamuels
11-16-2003, 12:15 AM
I have a school project writing a simple curses based video game with a ball controlled on the horizontal and verticle by some key input. At random intervals a target X is to appear . I use SIGALRM for the ball movement and am wondering how to make the X appear without using a seperate process. Any suggestions?