Changeset 12 for trunk/Forms
- Timestamp:
 - Oct 5, 2019, 12:48:02 AM (6 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Forms/UFormMain.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Forms/UFormMain.pas
r11 r12 62 62 if not Core.Game.CanMove and (Core.Game.GetEmptyCellsCount = 0) then 63 63 Core.Game.GameOver; 64 if (not Core.Game.Won) and (Core.Game.GetHighestCellValue >= 2048) then 65 Core.Game.Win; 64 66 end; 65 67 end;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  