diff options
-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))) |