Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 3.96 KB

(2016-01-05)

Improvements

  • Reimplementation of field generation to avoid game over on first click after game beginning (0723d12c)

(2015-10-26)

Improvements

  • Display game result on GUI. (e99e267f)

  • Implement redrawing when it needs for fixing. (9793bc38)

Features

(2015-09-07)

Features

  • added a mine counter (d2906e9e)
  • colored numbers (eaf61bbc)
  • colored numbers (b527f805)
  • show the user which mine ended the game (b2168f01)
  • when you click on a revealed number, it clicks on unrevealed neighbors as a shortcut. (67942f5c)
  • Game: Add ability to set max fps (decbf729)

Bug Fixes

  • minor bugs fixes (6d04d05e)
  • fixed problems with OpenGL version (0df987b8)
  • true number of mines on board, not the case before (0eaad50e)
  • fixed problems with OpenGL version (c370245c)
  • fixed glutin 48 error (7b45d2b3)
  • game: went out of bounds in some cases during neighbor check (95b61f3b)

v1.0 (2015-08-30)

Features

Improvements

v0.1.0 (2015-08-27)

Improvements

  • Field: now clicking on empty cell will reveal all nearby cells (d5dae61f)
  • Game, Field: massive code improvements (f4359660)