From 6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 22 Jun 2014 20:49:59 -0400 Subject: Added Global Themonuclear War GAME! WHEEgit status --- strings.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 strings.h (limited to 'strings.h') diff --git a/strings.h b/strings.h new file mode 100644 index 0000000..de4b5ee --- /dev/null +++ b/strings.h @@ -0,0 +1,27 @@ +const char* stage1_triggers[] = { + "im fine", + "im fine how are you", + "how are you" +}; +const char* stage2_triggers[] = { + "people sometimes make mistakes", + "sometimes people make mistakes", + "mistakes are make by people sometimes", + "people make mistakes sometimes", + "people make mistakes" +}; +const char* stage3_triggers[] = { + "love to how about global thermonuclear war", + "love to", + "how about global thermonuclear war", + "global thermonuclear war" +}; +const char* stage4_triggers[] = { + "no lets play global thermonuclear war", + "no lets play global thermonuclear war instead", + "lets play global thermonuclear war", + "global thermonuclear war is better" +}; +const char punctuation_marks[] = { + '\'', '?', '.', '/', '`', '~', ',', '+', '!' +}; -- cgit v1.1