PGI3 - Intro to Programming

5
Example game, in the form of a flowchart

Transcript of PGI3 - Intro to Programming

Page 1: PGI3 - Intro to Programming

Example game, in the form of a flowchart

Page 2: PGI3 - Intro to Programming

How the same game looks, with programming variables added

Page 3: PGI3 - Intro to Programming

Adding functions (for repeat actions) and variables (monsters in list)

Page 4: PGI3 - Intro to Programming

Examples of different variable types

Page 5: PGI3 - Intro to Programming

Example of how this game looks like in code (C#)