soundmud / soundrts

A real-time strategy audio game
http://jlpo.free.fr/soundrts
Other
44 stars 32 forks source link

control of allied units #91

Open soundmud opened 7 years ago

soundmud commented 7 years ago

According to the Python code, allied_control, the list of the controlled allies, is always the player only. So, using units of another player, even human, is probably not possible yet. Using the units of the computer could be a bit complicated, because a flag would be required so the computer doesn't give another order to a player-controlled unit.

soundmud commented 6 years ago

Related to issue #41