Pseudocode Help

I want to create a top trumps game using pseudo code with variables, loops, If statements and inputs, how would I write it?

Thanks
Do you know how to code, or at least the point of pseudocode?
Just on paper try draw a flowchart of the program layout, only include the essential information. From their the pseudocode will be easier to mock up, then the actual code.
I know pseudocode is basically fake code which looks like real but how would I declare variables if I have 2 orange and 2 blue cards?
Pseudo code is now like a placeholder for real code, you stop the logical flow of the program and what it needs to do, without the actual code to do it. Once everything is in a logical flow then fill in the gaps and it should work.
Topic archived. No new replies allowed.