pgi3 - intro to programming

5
Example game, in the form of a flowchart

Upload: pixelles

Post on 31-Jul-2015

584 views

Category:

Design


0 download

TRANSCRIPT

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#)