Vinatorul / minesweeper-rs

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

imp: Reimplementation of field generation to avoid game over on first clik after game beginning #41

Closed xilec closed 9 years ago

Vinatorul commented 9 years ago

Nice idea! I saw same behavior in windows minesweeper. Great :+1:, you can merge if it's done.

Btw, can you, please, format future commites as in Contribuion guideline, because I am using clog to create changelogs.

xilec commented 9 years ago

I try to change name of comment, but, accidentally, I push this commit (0723d12c42c78c169723414ad72b5dd3575a0163) directly in original repo.

Vinatorul commented 9 years ago

Strange, master is protected branch. Looks like an error in github.

xilec commented 9 years ago

Protected branch don't prevent branch from new direct commits. It just prevents repo from unrecoverable changes.

Vinatorul commented 9 years ago

May be, I have tried to commit directly only via github interface, when I have not got PC near, and it was not allowed. At home I am always working in branches.