Update README.md

This commit is contained in:
Adam Mikołajczak 2024-06-10 15:36:04 +02:00
parent f0970e414b
commit 84699d2824
1 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,8 @@ Wymagane biblioteki do pobrania:
pip install pygame
pip install python-dotenv
pip install pytholog
pip install torch
pip install sklearn
```
Stwórz plik `.env` w głównym folderze projektu o poniższej treści:
@ -25,10 +27,6 @@ STARTING_DIRECTION = north
START_X = 0
START_Y = 0
# coordinates of destination tile
FINAL_X = 15
FINAL_Y = 15
# tiles without plants modifier
FREE_TILES = 2
```