1. The rule of game was changed a little bit for making it more interesting
2. Enhance the animation effect of "generating" and "overcoming" to make it more understandable
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:
Same(相同) :
- If two tiles collide with same element and same value, then they will merge together with same element. The value become sum of two tiles.-
Generating(相生) :
- When a tile with element A collide with a element B and both have same value, then if element A has a generating relationship with element B, then they will merge to a new tile with element B. The value of new tile will be double of sum of two titles.
Overcoming(相剋):
- When a tile with element A collide with a element B and both have same value. If element A has a overcoming relationship with element B, then the result will be replaced by element A with same value.
Goal
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.
This version of WuXing 2048 Android Game comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of WuXing 2048 Android Game, We have 2 versions in our database. Please select one of them below to download.