Created
April 9, 2020 16:10
-
-
Save smkplus/1cfff3c7f08b9ba17d8130765b42b7c2 to your computer and use it in GitHub Desktop.
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
| public class GameConstants | |
| { | |
| public const int INITIAL_LIFE = 100; | |
| public const string SCORE_TXT = "SCORE: "; | |
| public const string LIFE_TXT = "LIFE: "; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment