wordbots / wordbots-core

Client-side code for Wordbots, the card game where YOU make the cards.
http://wordbots.io
MIT License
23 stars 4 forks source link

"When this robot destroys an enemy robot, return that robot to your hand. " Break the game #1877

Open Zergla opened 10 months ago

Zergla commented 10 months ago

When a robot with attack another robot, it doesn't destroy it, letting it at 0 or minus something hp, until something happen (like the player selecting a card). At this point, both the destroyed robot and the attacking robot get removed from the board, as excepted. Then the active player will get back the robot card. This always happens despite the 7 card limit (I believe it to not generally by the case). Then the player can't place any card, nor move any robot, nor end their turn, making the game impossible to continue.