Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

John Schut
John Schut
2,317 Points

Post own Dungeon_Game version on the form/forum(?)

Kenneth Love (the instructor of the Python course) says in the last video about the Dungeon_Game that a student can post his own version of the game "on the form (or forum?)" and that he/she should tag Kenneth. I don't understand how this should be done exactly. Can someone please tell me? Maybe good to mention that I have the 25 dollar per month subscription (maybe that matters?).

2 Answers

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

Hey John, all subscription levels can post on the forum. To post your code, copy it into a new post. For the best formatting, surround each file with mark down syntax:

  • Before code block use a blankline followed by ```python (the backtick is next to the 1)
  • After code block use ``` followed by a blankline

To tag Kenneth, type an at-sign. This will cause a pop-up menu to appear. As you continue to type more characters, the choices should narrow down to Kenneth.

Add a comment if you have more questions.

John Schut
John Schut
2,317 Points

Hi Chris,

Thanks, I managed to get my solution posted. I am now curious for the opinion of the master... :-)