2024-03-11 15:34:11 +01:00
|
|
|
# 🚜 Inteligentny Traktor
|
2024-02-26 23:38:13 +01:00
|
|
|
|
2024-03-11 09:03:59 +01:00
|
|
|
## 🛠️ Konfiguracja
|
|
|
|
|
|
|
|
Wymagane biblioteki do pobrania:
|
|
|
|
|
|
|
|
```
|
|
|
|
pip install pygame
|
|
|
|
pip install python-dotenv
|
2024-03-25 00:01:46 +01:00
|
|
|
pip install pytholog
|
2024-03-11 09:03:59 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Stwórz plik `.env` w głównym folderze projektu o poniższej treści:
|
|
|
|
|
|
|
|
```
|
|
|
|
# adjust TILE_SIZE to fit your screen well
|
|
|
|
TILE_SIZE=64
|
|
|
|
```
|
|
|
|
|
2024-03-11 15:34:11 +01:00
|
|
|
## 🧑🌾 Członkowie grupy
|
2024-02-26 23:38:13 +01:00
|
|
|
|
|
|
|
- Wojciech Kubicki (483780)
|
2024-02-27 11:09:10 +01:00
|
|
|
- Adam Mikołajczak (481890)
|
2024-02-27 15:02:37 +01:00
|
|
|
- Zofia Lorenc (481886)
|
2024-02-27 23:00:29 +01:00
|
|
|
- Hubert Westerlich (481860)
|