generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_V1.py
19 lines (19 loc) · 1.25 KB
/
PROJECT_LANG_V1.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Start of script
# I have decided to make Python the project language file for this project (Hyper-realistic-farm-simulator) as this project is an open-source video game, and Python is my go-to language for this thing. This game also is going to be very simple, other than long wait times, so it doesn't need a higher level language.
''' '''
class projectLanguageFile()
def projectLanguageFileOne():
print("Project Language File\n")
print("For: Hyper-realistic-farm-simulato")
print("I have decided to make Python the project language file for this project (Hyper-realistic-farm-simulator) as this project is an open-source video game, and Python is my go-to language for this thing. This game also is going to be very simple, other than long wait times, so it doesn't need a higher level language.")
break
return projectLanguageFileOne()
noMore = input("Press [ENTER] key to quit")
print("The program should now be closed. If the program is still running, try closing the window with the close button. If this doen't work, end the task/process with a task/process manager")
break
""" """
# File info
# File version: 1 (Thursday, June 3rd 2021 at 6:47 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 20
# End of script