https://github.com/vinibiavatti1/ia-robot
Simulador de busca em ambiente 2D
https://github.com/vinibiavatti1/ia-robot
bfs bfs-algorithm dfs dfs-algorithm pathfinding simulation-engine tool
Last synced: about 1 year ago
JSON representation
Simulador de busca em ambiente 2D
- Host: GitHub
- URL: https://github.com/vinibiavatti1/ia-robot
- Owner: vinibiavatti1
- Created: 2019-06-25T19:19:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T00:04:27.000Z (over 6 years ago)
- Last Synced: 2025-01-09T03:58:14.676Z (about 1 year ago)
- Topics: bfs, bfs-algorithm, dfs, dfs-algorithm, pathfinding, simulation-engine, tool
- Language: JavaScript
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IA-Robot
Simulador de busca em ambiente 2D
## Descrição
Esta aplicação simula um algoritmo de busca com base em path finding flood fill. É possível modificar o ambiente externo e fazer simulações com um agente e um alvo.
## Inicialização
A aplicação foi implementada em Javascript, e é executada em um browser. Para executar, basta abrir o arquivo **index.html** com um navegador.
## Imagens