Why you need to be writing pseudo code
Jul 15, 2022
For a beginner like me being able to learn to code has been made easier to understand by the use of “pseudo code”. This is the act of writing out your code in plain English to put across as a function.
This section of code reads as an if statement for the player. When the player reaches one side reset to the other side. In code this is what it looks like:
And this is what it looks like