PsuedoCode is a great way for the programmer to organize their thoughts while they are trying to construct the Algorithm 's of the program. An Algorithm is simply the way or step by step approach that the program goes about getting a job done. It is the method to get from the beginning to the end. When a programmer is tapping away it can be awesome to organize their thoughts first. PsuedoCode is a great way to do that on the screen. The programmer can then write code or turn the PsuedoCode directly into actual code that will hopefully run correctly

Psuedocode

The scenario for the video...

We are going to build some Psuedo-Code for a video game.

In this scenario we are build some code for our local happy fat Italian plumber.

He is running around his 2d platforming word and jumps up and bonks his head on to a special block above him.

What is produced by the block is totally depending on his current condition in the game.

If he is Short when he bonks his head onto the clock, the block will produce a mushroom that makes him grow, If he is is already tall then and nothing else then the block produces an egg with that produces his favorite dinosaur side kick that enjoys licking everybody, if he is tall and already is riding his favorite dinosaur  sidekick the block will produce a fireball flower, if he is tall and already has the fire ball power then the block will produce an extra life mushroom...

The Assignment

We are going to build PsuedoCode for a Video game.

In this game our character has hampered upon a local merchant in a village and is given seeds to grow. These seeds can produce many different things if grown in the correct environment.

The variables are as follows;

โ€‹Does the character have a Red seed or Blue; If the character has a Red seed and it is planted in a hot environment (over 75 degrees) and in dry soil it will grow a weed, if the seed is in a hot environment but in wet soil it will grown Purple flower, if the seed is planted into a cool soil (less than 75 degrees) and the soil is dry it will grow a cactus, if the seed is planted in a cool environment with wet soil it will grow a yellow flower; if the seed is Blue and it is in a cool environment (60 degree or less) and the soil is wet it will grow a Purple flower, If the seed is is in a cool environment and the soil is dry it will grow a blue flower, If the soil is hot (80 degrees or more) and the soil is wet it will grow the Star Flower, If the seed is hot and the soil is dry it will grow a cactus with white blossoms, If the seed is planted in a moderate environment (61-79 degrees) and the soil is wet it will grow a Gold flower, If the seed is planted in a moderate environment and the seed is dry it will become a weed.