WuXing 2048 is a variant of 2048 by adding WuXing (五行/five elements) concept.
WuXing 2048 is a variant of single-player sliding block puzzle game 2048. It added WuXing (五行/five elements) concept to the classic rules of 2048. Due to interaction (i.e. generating生 and overcoming剋) between five elements (Metal, Wood, Water, Fire, Earth), it make the classic 2048 game more challenge and interesting.
The game is played on a gray 4×4 grid. Each tile has its own value and element property (Metal, Wood, Water, Fire, Earth). Every turn, a new tile will randomly appear in an empty spot on the board with one of element and a value of either 2 or 4.
The tiles can slide smoothly when a player swipe on screen. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they may able to merge by following rules:
The player should try to use the generating as possible and avoid overcoming to merge tile in order to maximize the source.
The game is won when a tile with a value of 2048 appears on the board. When the player has no legal moves (there are no empty spaces and no adjacent tiles with the same value), the game ends.