Compare commits

...

1 Commits

Author SHA1 Message Date
Adam Mikolajczak
969590a1d6 fix: readme update 2024-05-13 16:43:23 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ TILE_SIZE = 32
# game speed
TICK_RATE = 10
STARTING_DIRECTION = north
STARTING_DIRECTION = east
# coordinates of initial tile
START_X = 0

View File

@ -1,6 +1,5 @@
import time
from typing import Optional
import pygame
import os
from kb import ile_podlac, multi_sasiedzi