From 8703eaf81470fda6cda729b45b755f403055f179 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 13 Apr 2026 13:33:10 -0400 Subject: init --- src/Messages.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Messages.h (limited to 'src/Messages.h') diff --git a/src/Messages.h b/src/Messages.h new file mode 100644 index 0000000..0302e2f --- /dev/null +++ b/src/Messages.h @@ -0,0 +1,28 @@ +static const char* success_messages[] = { + "yes! that's the spirit, sweetie!", + "great job, honey! i'm proud of you~", + "that's my little star! you did amazing~", + "*pets your head*", + "*gives you scratches*", + "that's a good boy~", + "aww what a good boy~ mommy knew you could do it~", + "*gives you a sticker*", + "you're doing so well~!", + "you're making mommy so happy~", + "good boy~ mommy's so proud of you~", + NULL +}; + +static const char* failure_messages[] = { + "mommy's here for you, no matter what~", + "it's alright, sweetie. take a breath and try again~", + "i believe in you, honey. let's try once more~", + "mommy believes in you~", + "it's okay, mommy's here for you~", + "try again for mommy~", + "oops~! mommy loves you anyways~", + "everything's gonna be okay~", + "do you need mommy's help~?", + "aww, you'll get it next time~", + NULL +}; -- cgit v1.2.3