I\'m taking a C refresher and took on a board game as an exercise. The board game is \"Game of the Generals\" and is pretty much like chess as it uses pieces with ranks on a
Call this once:
srand (time(NULL));
to initialise before calling rand()
rand()