davide-ceretti / strategypy

A strategy game for Python bots with replaceable front ends
MIT License
36 stars 11 forks source link

Make bots completely indipendent #7

Open davide-ceretti opened 10 years ago

davide-ceretti commented 10 years ago

At the moment if my add class attributes to my davide Bot class and then play a game with more davide players they will all share the same class attributes, even if they are different players.

I'd like to change that so that they are indipendent