Autonomus agent demonstrating the fundamental concepts behind AI.
Go to file
Wojciech Kubicki eaaac9f277 feat(tractor): print out on what tile type the tractor is currently on 2024-03-25 00:38:40 +01:00
src feat(tractor): print out on what tile type the tractor is currently on 2024-03-25 00:38:40 +01:00
.gitignore chore: add '.env' file to gitignore 2024-03-11 01:58:06 +01:00
README.md chore(readme): add pythlog to required dependencies 2024-03-25 00:01:46 +01:00

README.md

🚜 Inteligentny Traktor

🛠️ Konfiguracja

Wymagane biblioteki do pobrania:

pip install pygame
pip install python-dotenv
pip install pytholog

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

🧑‍🌾 Członkowie grupy

  • Wojciech Kubicki (483780)
  • Adam Mikołajczak (481890)
  • Zofia Lorenc (481886)
  • Hubert Westerlich (481860)