basic_agent

This commit is contained in:
v7eZ3t 2021-03-17 14:48:50 +01:00
parent fa7b6e2829
commit bf51b1b511
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ DISPLAY_SIZE_HORIZONTAL = 600
DISPLAY_SIZE_VERTICAL = 600
#TILE DIVIDER
TILE_DIVIDER = 100
TILE_DIVIDER = 20
# number of tiles
HORIZONTAL_TILES_NUMBER = DISPLAY_SIZE_HORIZONTAL/TILE_DIVIDER

View File

@ -10,7 +10,7 @@ pygame.init()
# display size in pixels
display = pygame.display.set_mode((DISPLAY_SIZE_HORIZONTAL, DISPLAY_SIZE_VERTICAL))
# program name
pygame.display.set_caption('Tryryryry')
pygame.display.set_caption('Tractor')
working = True