TheBlackfish / SweepElite

HTML5 game where multiple players are playing Minesweeper together. Only one game is active at a time
0 stars 0 forks source link

Add enemy tanks #58

Closed TheBlackfish closed 8 years ago

TheBlackfish commented 8 years ago

From issue #42 .

Enemy tanks come in from the right-hand side. They move left, avoiding revealed mines and other enemy tanks. If a friendly and enemy tank are next to each other in the same row, they both are removed at the start of the next action resolution. Enemy tanks can go over flags. If the flag was over a mine, the tank blows up. If not, the flag is removed. Everyone dies if an enemy tank would go to column -1.

TheBlackfish commented 8 years ago

Enemy tanks added as of commit #77, cannot properly test due to terrible play.