diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-11-05 18:36:11 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-11-05 18:36:11 +0100 |
commit | bfec01bf6d0722b22fadd24e070c48da8bf2d024 (patch) | |
tree | aa07658c8faa8be00c9a8ec341b5614039c463fe | |
parent | bde1bcfb5343b7c35363c480d51d9172b4fe18a5 (diff) |
Add an ending message
-rw-r--r-- | depre/main.scm | 14 |
1 files changed, 13 insertions, 1 deletions
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))) |