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
Yes, because you dind't "initialize" the rand(). Try to do something like that srand (time(NULL)) ;
srand (time(NULL)) ;
You have also to include time.h
time.h