Python Forum

Full Version: Christmas Text Adventure
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am new to coding and thought a great way to get some experience in would be to create a Christmas game using basic sub routines. Please feel free to play the game and if you have any feedback I will be more than willing to accept it in a DM. Thank you very much for your time and have a very Merry Christmas  Smile !

---->    https://repl.it/E5We/98
I merged your threads into one post which because your code combined is so long truncated the last 3 posts text. 

1) Please dont make a separate thread for each function
2) If you have long code or multiple files, upload to a repo, and post the link here. Worst case, at least make separate posts in the same thread.
Good effort Thumbs Up
But don't work for me.
Thanks for for the Christmas present regarding line length.
I will never worry anymore if line length get over 79(or 90,ish as Ray man suggest) Dance
>>> len(line_4)
3173
>>> len(line_25)
2689
(Dec-13-2016, 05:21 PM)metulburr Wrote: [ -> ]I merged your threads into one post which because your code combined is so long truncated the last 3 posts text. 1) Please dont make a separate thread for each function 2) If you have long code or multiple files, upload to a repo, and post the link here. Worst case, at least make separate posts in the same thread.
Sorry mate, i'm new to this site, and by that I mean 1 hour new should have read more into how to use the forums. Thanks for the help and sorry for the bother.