Skip to content

Instantly share code, notes, and snippets.

@smkplus
Created April 9, 2020 16:10
Show Gist options
  • Select an option

  • Save smkplus/1cfff3c7f08b9ba17d8130765b42b7c2 to your computer and use it in GitHub Desktop.

Select an option

Save smkplus/1cfff3c7f08b9ba17d8130765b42b7c2 to your computer and use it in GitHub Desktop.
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