TOP > APPLI >
tk SAMEGAME
Source Code
- Java source file (Samegame.java)(14.3Kbyte)
Rules
- Game goal is to remove colored panels and get higher Score.
- Click and remove connected panels.
- The square of (the number of panels − 2) is added to Gets. Therefore, the more connected panels you remove at once, the more points you get.
- Game is over when no connected panels are left.
- Score is calculated by Gets − Rests (the number of left panels)
- Perfect Bonus (1000 points) is added to Score if you remove all panels.
- This simple but profound game is originated by Mr. Morisuke.
