Browse Source

Return

master
Noëlle 3 years ago
parent
commit
9cdaf1fba0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      koboldgen.py

+ 1
- 0
koboldgen.py View File

# Create a random campaign, but the adversary is Pev # Create a random campaign, but the adversary is Pev
self.create_campaign(n=6, makeChars=True) self.create_campaign(n=6, makeChars=True)
self.params = Plot(probIndex=121) self.params = Plot(probIndex=121)
return
numPwd = [] numPwd = []
for c in densePwd: for c in densePwd:
numPwd.append(Campaign.ALPHABET.index(c)) numPwd.append(Campaign.ALPHABET.index(c))

Loading…
Cancel
Save