Update README.md
This commit is contained in:
parent
f0970e414b
commit
84699d2824
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user