An introduction to 'while' loops and how to make a game with them.
0:00 What is a 'while' loop?
0:22 Syntax of a 'while' loop
0:40 Testing numerical expressions
1:05 Grammar of a 'while' loop
1:10 Example Game A
1:55 Testing character expressions
2:15 Example Game B