Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulogdm/ia-solange-t1
https://github.com/paulogdm/ia-solange-t1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulogdm/ia-solange-t1
- Owner: paulogdm
- Created: 2017-07-27T20:00:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T20:22:52.000Z (over 7 years ago)
- Last Synced: 2024-10-05T13:41:23.981Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sinopse
Primeiro trabalho da disciplina SCC0230. 2o semestre de 2015## Como usar
O Makefile deve ser utilizado para rodar os programas.
No comando make run todos os arquivos in_*bmp serao executados por ambos os programas
'$ make run'##Requisitos
__python3.4__
[__PILLOW:__](http://pillow.readthedocs.org/en/latest/installation.html)'$ make install_ubuntu'
ou
'$ make install_arch'## Colaboradores:
Paulo Guarnier De Mitri 3555888
Tales Prates Correia 8532151
Jean Amaro 8532401
Raul Donaire 8532443
Oscar Lima Neto 8065863
## Tarefas:
- [x] Busca cega
- [x] Busca com heuristica
- [ ] Relatorio##Como adicionar mapas
O mapa deve ter pelo menos 2 pixels RGB:
Um ponto de start com a cor (0,255,0) FULLGREEN
Um ponto de fim com a cor (255,0,0) FULLRED
Paredes podem ser adicionadas como pixeis pretos
Branco e a cor padrao para espaços livres[Exemplo de bitmap]
(https://copy.com/fGOLxeFpcvgTgqXj)## License
The MIT License (MIT)
The MIT License (MIT)Copyright (c) 2015 nobody
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.