Skip to content

Commit cc0efa9

Browse files
committed
readme updated
1 parent cd0748d commit cc0efa9

2 files changed

Lines changed: 19 additions & 16 deletions

File tree

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
# meat-wagons
1+
# Meat Wagons
22

3-
> **2019/2020** - 3rd Year, 2st Semester
4-
>
5-
> **Course:** Concepção e Análise de Algoritmos: [CAL page in sigarra](https://sigarra.up.pt/feup/en/ucurr_geral.ficha_uc_view?pv_ocorrencia_id=436441) | Algorithm Design and Analysis
6-
>
7-
> **Project developed by:**\
8-
> Martim Silva ([motapinto](https://github.com/motapinto)) \
9-
> Bernardo Ramanlho ([BernardoRamalho](https://github.com/BernardoRamalho)) \
10-
> Francisco Gonçalves ([kiko-g](https://github.com/kiko-g))
11-
>
12-
> **Any problems?**\
13-
> Start an Issue please.
3+
## Gallery
4+
5+
### Menu
6+
<p align="center">
7+
<img src="doc/img/menu.JPG" alt="Menu Image"/>
8+
</p>
9+
10+
### Shortest Path (Bidirectional A*)
11+
<p align="center">
12+
<img src="doc/img/bidirectional.JPG" alt="Shortest Path Image"/>
13+
</p>
14+
15+
### Deliveries
16+
<p align="center">
17+
<img src="doc/img/deliveries.JPG" alt="Deliveries Image"/>
18+
</p>
1419

1520

1621
## Technologies
1722
* C++
1823
* [GraphViewer](https://github.com/STEMS-group/GraphViewer)
1924

20-
* **For more information download the code and read our report in doc/**
21-
* **If you'll use an IDEA to try it, make sure the working directory ends in /meat-wagon**
22-
23-
**Disclaimer** - This repository was created for educational purposes and we do not take any responsibility for anything related to its content. You are free to use any code or algorithm you find, but do so at your own risk.
25+
**Note** - If you'll use an IDEA to try it, make sure the working directory ends in /meat-wagon
26+
**Disclaimer** - This repository was created for educational purposes and we do not take any responsibility for anything related to its content. You are free to use any code or algorithm you find, but do so at your own risk.

doc/img/bidirectional.JPG

240 KB
Loading

0 commit comments

Comments
 (0)