Skip to content
Permalink
Browse files
dont need
  • Loading branch information
fergusonr committed Oct 2, 2020
1 parent 245303f commit 8db15e5a18b0c6fa679a96f54d7a76853ca544dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
@@ -1,19 +1,13 @@
import story
import os
import msvcrt as m
# the logic for the sotry...

# help function to display more informating about links in the story

# get user input

# clear the screen
def clear():
print('\nPress enter to continue')
m.getch()
os.system('cls')


# main
def main():
print(story.chairStory)
@@ -33,7 +33,7 @@ chairStory = '''
'''

#links to other pages
# black holographic screen - screen
# black holographic screen - screen
screen ='''
A holographic screen is a two dimensional display technology that uses coated
glass media for the projection surface of a video projector.
@@ -96,7 +96,6 @@ leave = '''
Enjoy a luxurious life years to come. Evolve and live better and advanced life without family.
Always having the guilt of leaving the family in other era.'''


# conclusion

con = '''
@@ -115,13 +114,9 @@ con = '''
He then travells again...
'''



context = '''
would you like to find out anymore information about any of the following?
A) The Screen B) Time Travel
c) 19th Of September D) Continue With The Choice
'''


'''

0 comments on commit 8db15e5

Please sign in to comment.