From bfec01bf6d0722b22fadd24e070c48da8bf2d024 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 5 Nov 2022 18:36:11 +0100 Subject: Add an ending message --- depre/main.scm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/depre/main.scm b/depre/main.scm index 79cf3dc..85f2ffa 100644 --- a/depre/main.scm +++ b/depre/main.scm @@ -24,7 +24,19 @@ (newline) (display (string-append "Days played: " (number->string (*day*)))) (newline) - (display "Thanks for playing") + (newline) + (display "This game tries to show the internal dialog of a \ + depressed person that is alone at home, working as a \ + freelance, on a phd or any job that allows to work on \ + an independent way.\n\ + Somehow, it tries to express the life of those who \ + suffer in silence, alone in their caves. Hopefully, \ + this game made you empathize with them. \n\ + If you feel identified by what it is shown here, it \ + might be time to review your internal dialog and treat \ + yourself better. You deserve to be loved.\n") + (newline) + (display "Thanks for playing.") (newline) (exit))) -- cgit v1.2.3