Lianliankan game Java source code
The rule selects two points. If the pictures of the two points are exactly the same, and the two points can be connected by no more than 3 straight lines, then the two points can be eliminated.
Scoring
1. The limited time is the number of blocks in the map * 4. For example, if there are 120 blocks, it should be completed within 480 seconds. If it exceeds 480 seconds, there will be no time bonus points.
2. The time reward is divided into remaining time * 2, that is, 2 points are awarded for each second advanced.
3. After a point has been selected, if the selected second point cannot be eliminated from the first point, 1 point will be deducted. If there is a solution, 10 points will be added.
4. Using the refresh function, the system will automatically determine whether the current map has a solution. If there is a solution, 8 points will be deducted. If there is no solution, 8 points will be added. Use with caution:)
5. Use the prompt function. If the prompt is successful, 10 points will be deducted.
6. Use the bomb function. If the bomb function is effective, 12 points will be deducted.
After you complete a game in the rankings, there will be some data about your game in the status bar (I have simply encrypted it). Just copy it to http://www.xhai.com/kyodai/top10.asp. Currently I don’t have time to complete the submission function on the interface, just wait a few days :)
Expand