Skip to content

Commit

Permalink
15.ai new characters
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflecomposite committed Mar 29, 2020
1 parent d96ce53 commit 91ad87b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
class FifteenAICharacters:
# Portal
GLaDOS = "GLaDOS"
# Wheatley = "Wheatley"
Wheatley = "Wheatley"

# MLP
TwilightSparkle = "Twilight Sparkle"
Fluttershy = "Fluttershy"
Rarity = "Rarity"
PrincessCelestia = "Princess Celestia"

# The Stanley Parable
TheNarrator = "The Narrator"
Expand All @@ -22,6 +23,10 @@ class FifteenAICharacters:
# Undertale
Sans = "Sans"

# Team Fortress 2
Soldier = "Soldier"
#Pyro = "Pyro"

class FifteenAI:

max_text_len = 140
Expand Down Expand Up @@ -95,6 +100,6 @@ def get(self, text, character):
if __name__ == "__main__":
fifteen = FifteenAI()
fifteen.get(
"Did you just run the script without arguments? That's so clever. You must be proud of yourself.",
"This is a test. I think it's a test. Isn't this a test?",
FifteenAICharacters.GLaDOS
)

0 comments on commit 91ad87b

Please sign in to comment.