I understand that bool means true and false.
If I was doing a while loop...
while(!GAMEOVER)
do all this...
GAMEOVER = 1 or TRUE (loop exits)
IS the above correct? And is there any other ways bools are used to help reduce clutter?
Thanks,
Derek