Open FRaverta opened 11 years ago
@gamab
@pmarconi
how implements the timer? I'd think we could just put an instance of CLOCK in SUDOKU_CONTROLLER, but whatever we choose, we will make it work.
I think the same, I think the timer must be used/created in the controller, not in the AI.
I have an implementation of this. I upload it soon.
I solve it for new single player game, but we should implements it for load game and multiplayer game
I create a class clock that perform a timer. In my opinion we need use it in Sudoku_board: We can create an object timer:CLOCK and we can give management responsibilities to SUDOKU_CONTROLLER. What are your opinion about this? Who should implements its?