Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored May 27, 2024
1 parent 848e3bd commit a524b71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions OldVersions/PROJECT_LANGUAGE/Ruby/PROJECT_LANG_1_V1.rbx
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a524b71

Please sign in to comment.