Compare commits
1 Commits
main
...
jazda-z-sa
Author | SHA1 | Date | |
---|---|---|---|
|
969590a1d6 |
@ -19,7 +19,7 @@ TILE_SIZE = 32
|
|||||||
# game speed
|
# game speed
|
||||||
TICK_RATE = 10
|
TICK_RATE = 10
|
||||||
|
|
||||||
STARTING_DIRECTION = north
|
STARTING_DIRECTION = east
|
||||||
|
|
||||||
# coordinates of initial tile
|
# coordinates of initial tile
|
||||||
START_X = 0
|
START_X = 0
|
||||||
@ -45,4 +45,4 @@ python main.py
|
|||||||
- Wojciech Kubicki (483780)
|
- Wojciech Kubicki (483780)
|
||||||
- Adam Mikołajczak (481890)
|
- Adam Mikołajczak (481890)
|
||||||
- Zofia Lorenc (481886)
|
- Zofia Lorenc (481886)
|
||||||
- Hubert Westerlich (481860)
|
- Hubert Westerlich (481860)
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import time
|
import time
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
import os
|
import os
|
||||||
from kb import ile_podlac, multi_sasiedzi
|
from kb import ile_podlac, multi_sasiedzi
|
||||||
|
Loading…
Reference in New Issue
Block a user