Naren-Sridharan / ConnectFourGame

Implementation of connect 4 game using c++
1 stars 1 forks source link

Game in Infinite Loop #3

Closed senor-coder closed 8 years ago

senor-coder commented 8 years ago

The project ends in an infinite loop. Please investigate ASAP on this.

Naren-Sridharan commented 8 years ago

The Project ended in an infinite loop because you had changed the ordering of one of the enum "GameState".. No some other small issues have also been rectified in the latest commit.. Please check and say if there are any issues. Thanks.

senor-coder commented 8 years ago

Also can you start collecting all the moves in a vector or a list, this list will be returned by gameController::Play , and in the main function (better a separate module) to serialize this list to a json.

Naren-Sridharan commented 8 years ago

Done, Seperate module but not in main function