Projekt ze Sztucznej Inteligencji z tematem: automatyczny super
Go to file
2021-05-16 19:40:35 +02:00
images improving a_star algorithm 2021-04-25 21:32:43 +02:00
src move node to search_algorithms package 2021-05-16 12:07:20 +02:00
.gitignore update readme and gitignore 2021-03-16 20:17:45 +01:00
README.md update readme and gitignore 2021-03-16 20:17:45 +01:00
requirements.txt update requirements to contain anytree 2021-05-16 19:40:35 +02:00

Super-saper

Projekt ze sztucznej inteligencji o temacie automatyczny saper

By zlinkować lokalne repo z remote:

$ git add remote origin {url_repo}

By zainstalować potrzebne pakiety:

$ pip install -r requirements.txt

By zaktualizować plik requirements:

$ pip freeze > requirements.txt

By zmieniać kod, twórzcie nowe branche i tam się bawcie

Na koniec żeby zmergować to do master:

$ git checkout master
$ git merge {new_branch}