Changes between Version 21 and Version 22 of WikiStart
- Timestamp:
- Dec 11, 2024, 3:54:44 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WikiStart
v21 v22 1 1 [[Image(2048.png,width=400px,align=right)]] 2 2 3 A classic 2048 block sliding puzzle game. 3 A classic 2048 block sliding puzzle game. Move numbered blocks across the board to merge blocks with the same number together to reach 2048 tile. 4 5 Is a free & open source game (FOSS). The source code is available with public domain license. You can freely download and modify/improve it. 6 7 The game is implemented in !Lazarus/Free Pascal inspired by the original game [https://en.wikipedia.org/wiki/2048_(video_game)]. 4 8 5 9 == Features == … … 47 51 == Development == 48 52 49 * Developed using [https://www.lazarus-ide.org/ Lazarus] 3. 4.053 * Developed using [https://www.lazarus-ide.org/ Lazarus] 3.6.0 50 54 * Source code is versioned with Subversion and it can be downloaded by execute: 51 55 {{{