From 653e1e54e606ca9655896e91e83838a191d494b2 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Mon, 27 May 2024 16:56:06 -0700 Subject: [PATCH] PROJECT_LANG_1.gem --- PROJECT_LANG_1.gem | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PROJECT_LANG_1.gem diff --git a/PROJECT_LANG_1.gem b/PROJECT_LANG_1.gem new file mode 100644 index 0000000..c7cd631 --- /dev/null +++ b/PROJECT_LANG_1.gem @@ -0,0 +1,19 @@ +#!/usr/bin/ruby +# Start of script +# I chose Ruby as the main project language file for this project (Tap Pet Hotel Open) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects, and since the original creators of this game were Pocket Gems, and since Ruby distributes through Gemfiles, it fits here. Also, Ruby works well both in desktop and web applications, and seems to fit my needs here. It may be supplemented with other languages in the future. +class project_language_file_1(): + def projectLanguageFile1(): + puts "Project language file 1\n" + puts "For: Tap Pet Hotel Open\n" + puts "About: \n" + puts "I chose Ruby as the main project language file for this project (Tap Pet Hotel Open) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects, and since the original creators of this game were Pocket Gems, and since Ruby distributes through Gemfiles, it fits here. \nAlso, Ruby works well both in desktop and web applications, and seems to fit my needs here. It may be supplemented with other languages in the future." + break + return projectLanguageFile1() + return 0 + break +end # end class +# File info +# File type: Ruby source file (*.rb) +# File version: 1 (2022, Saturday, April 23rd at 8:12 pm PST) +# Line count (including blank lines and compiler line): 20 +# End of script