San11 Scenario Creator
The tool helps to create San11 Scenario for multi-players. Each player chooses one city as capital and some heros to fight with others.
The configure file is microsoft .xlsx file. (.xls is not support). Create a sheet named 'source' and configure on this sheet.
The sheet looks like the table below. The first line is the kings of each kingdom. The second line is the capital of each kingdom. The third and after lines are heros each player chosed.
刘备 | 曹操 | 孙权 | ... |
小沛 | 许昌 | 柴桑 | ... |
关羽 | 郭嘉 | 周瑜 | ... |
张飞 | 许褚 | 陆逊 | ... |
... | ... | ... | ... |
$ chmod a+x exportMan.py
$ ./exportMan.py n m configure-file-name
n is the number of players. m is the number of heros for each player(include the king).