Be the first to post for 'Section 2 Integration Challenge'!

If you’re reading this, there probably aren’t very many posts yet. But don’t worry, you can be the first! Either create a new post or just reply to this one to say ‘hi’.

I ended up making my main menu prompt a little more modular by making it its own method.

void NextActionPrompt (string prompt)
{
    Terminal.WriteLine (prompt);
}

I also then wrote a few common prompts as a const like Ben did. This enabled me to tailor a prompt to a specific need if it was slightly different. Might have possibly over-engineered it for this use case haha.

1 Like

well an ascii van gough i am not lol…
image

1 Like

LOL…I am definitely not an ASCII artist by any means!

2 Likes

I made 2 win screens for the last level. There are changed after a key press.

Screen 1
win1

Screen 2
win2

Here is my contribution:

I already had a level 3 so I added on a fourth level lol.
The reward is supposed to be a pill that’s the cure to the virus.

image

image

Privacy & Terms