主题:紧急求助(变异方块)
Rules of Game:
---------------
* Spheres come down from the top of the game board in pairs. A player can rotate them on their way down.
* Spheres come in 4 different colors: red, blue, green, and yellow
* Linking four spheres of the same color (horizontally, vertically or both(as in tetris)) removes them from the game board, allowing any sphere remaining to drop and fill the vacated space.
This may lead to several possible "chain combos" if additional colors match.
* The game board can be any size you want (we recommend 6x12)
* Note that the pair of spheres are not linked to each other. If one sphere is blocked because there is something underneath, the other one will continue falling (with no player control over it) until it reaches something.
The Zip Files Contain:
* 4 pictures of the spheres
* A screenshot of the game as it should look
as stated before, feel free to browse the web to find a playable version of the game for reference if some rules are unclear.
拜托各位高手帮帮忙,搞定这题,最好用c或c++
---------------
* Spheres come down from the top of the game board in pairs. A player can rotate them on their way down.
* Spheres come in 4 different colors: red, blue, green, and yellow
* Linking four spheres of the same color (horizontally, vertically or both(as in tetris)) removes them from the game board, allowing any sphere remaining to drop and fill the vacated space.
This may lead to several possible "chain combos" if additional colors match.
* The game board can be any size you want (we recommend 6x12)
* Note that the pair of spheres are not linked to each other. If one sphere is blocked because there is something underneath, the other one will continue falling (with no player control over it) until it reaches something.
The Zip Files Contain:
* 4 pictures of the spheres
* A screenshot of the game as it should look
as stated before, feel free to browse the web to find a playable version of the game for reference if some rules are unclear.
拜托各位高手帮帮忙,搞定这题,最好用c或c++