Vinatorul / minesweeper-rs

Simple minesweeper in Rust
MIT License
76 stars 9 forks source link

feat: added the timer #36

Closed waynenilsen closed 9 years ago

waynenilsen commented 9 years ago

closes #9

I believe this works as intended. I couldn't figure out how to get the integers to format as two digits with a leading zero if someone could help me that would be great.

Displays minutes and seconds since first click until game over.

Vinatorul commented 9 years ago

Thank you for implementation idea - I will add some changes, and do PR to your branch. Don't worry about check fail - there is some problem in nightly with gfx again - I will return nightly to allowed failures before PR to your fork.

waynenilsen commented 9 years ago

it looks like i missed some changes, I did these before and i thought they were in the initial commit

Vinatorul commented 9 years ago

@waynenilsen fell free to push here, just do not rebase, please

Vinatorul commented 9 years ago

When #37 will be merged - you can update and rebase this, so I will merge after checks will pass.

Vinatorul commented 9 years ago

:+1: merged