Go to file
2021-04-27 21:40:59 +02:00
app refactor code and add a_star algorithm 2021-04-27 21:40:59 +02:00
resources rotation ability 2021-04-12 22:10:12 +02:00
.gitignore init app 2021-03-16 10:06:56 +01:00
config.py refactor code and add a_star algorithm 2021-04-27 21:40:59 +02:00
main.py init app 2021-03-16 10:06:56 +01:00
Readme.md init app 2021-03-16 10:06:56 +01:00
requirements.txt init app 2021-03-16 10:06:56 +01:00

Tractor

1. Requirements

python version 3.9 or higher

python -v

2. Create virtual environments and install libs

virtualenv venv
source activate
pip3 install -r requirements.txt

3. Run application

python3 main.py