magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.87k stars 766 forks source link

Support team vs team format #4163

Open JayDi85 opened 6 years ago

JayDi85 commented 6 years ago

This is an intermediate step for other official formats like Archenemy (#2038), Two Headed Giant (#349) or even Horde Magic (excellent format for xMage).

That format like current free for all but players can attack-select only another team members. If all team members die -- game win. Many cards have wrong implementation and need to fix (example Pulse Of The Grid implementation with game.getState().getPlayersInRange() which return all other players, not team).

As idea: mark players as "not opponent" flag -- it can help to filter players in effects.

allentiak commented 4 years ago

Hi,

Is there any progress on this? It would be lovely being able to play any of the multiplayer variants...

JayDi85 commented 4 years ago

Nope, support for team games is very far away.