https://github.com/barbaracalderon/ine5633-8puzzle
Jogo 8-puzzle com soluções segundo Busca Custo Uniforme e Busca Heurística.
https://github.com/barbaracalderon/ine5633-8puzzle
8-puzzle ai artificial-intelligence python sistemas-de-informacao ufsc
Last synced: 5 months ago
JSON representation
Jogo 8-puzzle com soluções segundo Busca Custo Uniforme e Busca Heurística.
- Host: GitHub
- URL: https://github.com/barbaracalderon/ine5633-8puzzle
- Owner: barbaracalderon
- License: mit
- Created: 2022-09-18T00:57:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T12:45:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T12:11:44.334Z (9 months ago)
- Topics: 8-puzzle, ai, artificial-intelligence, python, sistemas-de-informacao, ufsc
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INE8-5633 - SISTEMAS INTELIGENTES (UFSC)
## Jogo 8 Puzzle
Jogo 8-puzzle desenvolvido para a disciplina de Sistemas Inteligentes, como parte do currículo da graduação de
Bacharelado em Sistemas de Informação pela Universidade Federal de Santa Catarina (UFSC). O jogo 8-puzzle aqui
desenvolvido, em modalidade dupla (Barbara Calderon e Edmilson Domingues), conta com soluções segundo as técnicas de
"Busca Custo Uniforme" e "Busca Heurística".
### Arquivos
Neste repositório, você vai encontrar:
1. main
2. classe puzzle
3. relatório da disciplina