My flowchart by the end of the Full Game Loop lesson

3 Likes

Here’s what I came up with.

The same but different.

That’s mine:

my game loop was as follows:
1-look at the answer for the updated game loop
2-instead of a second input, say : " you lose "
3- congratulations, you found out my game loop!!

pioneer-0-basic-terminal-scenario (1)

Here’s mine

Mine:

I want to add scores to this game. It looks like this:

Didn’t really do anything unique yet.

1 Like

I love this flowchart! Great job! Flowcharts are your best friend in programming.

1 Like

This is my complete full game loop lesson for the bull cows game.

Here is my full bullcow game loop :grinning:

Made in draw.io


Made some changes and corrections from the previous one

1 Like

I took a slightly different approach than the given solution, but the flow is basically the same.

1 Like

I have a little additional user input option to skip or print the game instructions at the beginning because I like to over complicate things.

Initially I was imagining the game progressing through levels with increasing difficulty similar to tripleX. I realized afterward that if this were the case, I’d need a level cap and winning message after final level.

This is my first full flowchart, nothing fancy, but gets the job done and I feel it is pretty fair. Let me know what you think :slight_smile:

Privacy & Terms