Merge adjacent equal numbers to create larger and larger powers of two. This is a generalized version of the well-known game "2048".
(2024)
Put five identical pieces in a row, column or diagonal to get rid of them. In each step, you can move one piece, but three more appears. The game parameters are highly customizable.
(2022-2024)
Clicking on a field changes the surrounding fields in a certain symmetric pattern. The goal is to clear the board. The click pattern is customizable.
(2018-2024)
The shapes on the cards have various color, number, shape etc. Find three cards which, for each feature, are either all the same, or all different.
(2010-2024)
Find the secret code by guessing. The game tells how many symbols are in the correct place, and how many correct symbols are in the wrong place, but it doesn't reveal which are these symbols.
(2013-2024)
Restore the ascending order of numbers/letters by sliding tiles towards the empty place. You can also select a picture, and restore it from pieces.
(2015-2024)
The numbers show how many adjacent fields have mines under them. Find all mines, but don't click on any of them. You can customize the size and shape of the board and the number of mines.
(2014-2024)
Download all games (with source code) [wgames.zip, 29M]
This package contains all the above games in playable form, in both English and Hungarian. To play them, just open the appropriate .html
file in a web browser.
For programmers: this package also contains all the source code used to generate the game files (written mostly in PHP). To (re)compile it, you need to download UWeb, and move (or symlink) its directory into the games' directory as uweb/
. Then the simple command make
will do it. (If you want to regenerate the Makefile
, you need the Developer Scripts.)
The games are free software, released under the GNU General Public License 3.0 (GPLv3) or any later version. This license is also included in the above package, as license.txt
.