nmaguirre / eiffel-sudoku

An Eiffel Development of Sudoku, using Design by Contract
GNU General Public License v3.0
1 stars 4 forks source link

Create a timer in SUDOKU_CONTROLLER and drive it #224

Closed FRaverta closed 11 years ago

FRaverta commented 11 years ago

We need a feature timer:CLOCK in SUDOKU_CONTROLLER(we discuss it in: https://github.com/nmaguirre/eiffel-sudoku/issues/207), create and update it when the user play a new game, also controller should update timer and gui when user put a number.

FRaverta commented 11 years ago

I solve it at: 5039c32