Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Themes:
- DARK_THEME = "Dark"
- PRIMARY_PALETTE = "BlueGray"
- class Players:
- PLAYER_X = 'X'
- PLAYER_O = 'O'
- class KivyFiles:
- TIC_TAC_TOE = "UI/multitictactoe.kv"
- class Colors:
- GREEN = "green"
- RED = "red"
- class Messages:
- EMPTY = ''
- FIRST_PLAYER = "{player} Goes First!"
- TURN = "{player}'s Turn!"
- WINNER = "{player} Wins!"
- TIE = "It's A Tie!"
Add Comment
Please, Sign In to add comment