varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Don't send entire party data to players when online #194

Open varkor opened 9 years ago

varkor commented 9 years ago

Currently, at the start of an online battle, all the opponents' team data is sent to each player. This means they can see what Pokémon their opponents has, what moves those Pokémon have, etc. which goes against the grain of the game a little. However, this would undeniably be a lot of work to deal with.