1. 22 Jul, 2015 1 commit
    • Hixie's avatar
      Many code improvements to Mine Digger. · 4d2902f2
      Hixie authored
      Text styles are now a global constant instead of being initialised dynamically.
      There are now sufficient text styles for 8 mines around a square.
      I coallesced Game and MineDiggerApp.
      Used an enum instead of constants for the cell state.
      Used setState() instead of scheduleBuild().
      Used an O(N) algorithm for mine laying instead of the previous potentially-never-ending algorithm.
      Moved the listener on the cells to the app, so that the logic survives a rebuild.
      Various other minor changes.
      4d2902f2
  2. 21 Jul, 2015 27 commits
  3. 20 Jul, 2015 10 commits
  4. 18 Jul, 2015 2 commits