Starting and Ending the Game
Using exclamation points "!" before true
or false
values will invert the value. This means that instead of a true
value, you'd get false
, and instead of false
, you'd get true
.
This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.
Every game must have a beginning and ending. In this episode, you'll add both.
Comments