- Timestamp:
- Oct 13, 2019, 7:19:56 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/Game2048.iss
r26 r44 4 4 #define MyAppName "2048" 5 5 #define MyAppNameShort "2048" 6 #define MyAppVersion "1. 0.0"6 #define MyAppVersion "1.2.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/Languages/Game2048.cs.po
r38 r44 233 233 msgid "Top score" 234 234 msgstr "Nejvyšší skóre" 235 -
trunk/Release Notes.txt
r25 r44 1 Version 1.1.0 (2019-10-13) 2 ========================== 3 4 * Modified: Fixed tiles move animation. 5 * Added: New form accessible from menu Tools - Moves history with game moves history. 6 * Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet. 7 * Added: Help windows with instructions how to play. 8 * Added: With 10% chance create new random tile with value 4 instead of 2. 9 * Fixed: Update previous board state for undo only if board is really moved. 10 11 1 12 Version 1.0.0 (2019-10-04) 2 13 ========================== -
trunk/UCore.lfm
r31 r44 21 21 Identification = 1 22 22 VersionMajor = 1 23 VersionMinor = 123 VersionMinor = 2 24 24 VersionBugFix = 0 25 25 HomePage = 'https://app.zdechov.net/2048' … … 28 28 AppName = '2048' 29 29 Description = 'A single-player sliding block puzzle game.' 30 ReleaseDate = 437 4330 ReleaseDate = 43751 31 31 RegistryKey = '\Software\Chronosoft\2048' 32 32 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.