Open GoogleCodeExporter opened 9 years ago
For simplicity, the first implementation could even be class based:
class Roman(Player):
# ...
home = 'Rome'
class Barbarian(Player):
# ...
home = 'Celtic Village'
However, the question remains on when will players be able to choose a class or
nationality, as I think it's not currently possible with just the current
plugin system.
Original comment by hello.ja...@gmail.com
on 12 Jan 2009 at 5:48
Original issue reported on code.google.com by
hello.ja...@gmail.com
on 12 Jan 2009 at 5:45