Created
April 22, 2019 15:28
-
-
Save lmcneel/3d14be405c6b3b655530e6925af269be to your computer and use it in GitHub Desktop.
Telling a Story with Code Example 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(character.isMoving) { | |
} | |
if(myCharacter.move) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment