Python Forum
Christmas Text Adventure - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Christmas Text Adventure (/thread-1210.html)



Christmas Text Adventure - OriginalCal - Dec-13-2016

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


RE: Christmas Text Adventure (>1000 lines)[Part 1] - metulburr - Dec-13-2016

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.


RE: Christmas Text Adventure (>1000 lines)[Part 1] - snippsat - Dec-13-2016

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



RE: Christmas Text Adventure (>1000 lines)[Part 1] - OriginalCal - Dec-13-2016

(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.