Projekt_AI-Automatyczny_saper/Constants.py

35 lines
538 B
Python

import pygame
WIDTH, HEIGHT = 800, 800
ROWS, COLS = 10, 10
SQUARE_SIZE = WIDTH // COLS
GREEN = (45, 115, 46)
BLACK = (0, 0, 0)
UP = 'UP'
DOWN = 'DOWN'
LEFT = 'LEFT'
RIGHT = 'RIGHT'
DEFUSE = 'defuse'
MOVE = 'MOVE'
DECOY = 'Decoy'
ATOMIC_BOMB = 'Atomic Bomb'
CLAYMORE = 'Claymore'
CHEMICAL_BOMB = 'Chemical Bomb'
LAND_MINE = 'Land Mine'
LONG = 'long'
SHORT = 'short'
LARGE = 'large'
SMALL = 'small'
YES = 'yes'
NO = "no"
NONE = "none"
IMMEDIATE = "immediate"
MEDIUM = 'medium'
POLIGON = 'poligon'
DETONATE = 'detonate'
AGENT = 'agent'