Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
Dec 11, 2024, 3:54:44 PM (6 months ago)
Author:
chronos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified WikiStart

    v21 v22  
    11[[Image(2048.png,width=400px,align=right)]]
    22
    3 A classic 2048 block sliding puzzle game.
     3A 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
     5Is a free & open source game (FOSS). The source code is available with public domain license. You can freely download and modify/improve it.
     6
     7The game is implemented in !Lazarus/Free Pascal inspired by the original game [https://en.wikipedia.org/wiki/2048_(video_game)].
    48
    59== Features ==
     
    4751== Development ==
    4852
    49 * Developed using [https://www.lazarus-ide.org/ Lazarus] 3.4.0
     53* Developed using [https://www.lazarus-ide.org/ Lazarus] 3.6.0
    5054* Source code is versioned with Subversion and it can be downloaded by execute:
    5155{{{