generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cfaab0
commit 2cb3ec8
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |