Skip to content

Commit 0a398de

Browse files
adicionando e corrigindo fontes, imagens e textos nos documentos
1 parent cc21259 commit 0a398de

8 files changed

+198
-112
lines changed

docs/assets/decodificar.png

34 KB
Loading

docs/assets/item.png

43.7 KB
Loading

docs/assets/matematico.png

33.9 KB
Loading

docs/assets/missao.png

62.9 KB
Loading

docs/assets/puzzle.png

40.3 KB
Loading

docs/modulo1/DER_Cyberpunk.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Introdução
2-
# Diagrama Entidade-Relacionamento
32

43
O Diagrama Entidade-Relacionamento (DER) é uma ferramenta visual usada para modelar bancos de dados, representando as entidades do sistema e seus relacionamentos. Ele ajuda a organizar e estruturar os dados antes da implementação, facilitando a compreensão das interações entre as entidades, como clientes e produtos.
54

6-
<h6 align="center">Imagem 1 - Diagrama de Entidade de Relacionamento do projeto Cyberpunk</h6>
5+
# Diagrama Entidade-Relacionamento
6+
7+
O DER apresentado na figura 1, foi desenvolvido pelo grupo como parte do projeto do jogo ambientado no universo cyberpunk. O processo de criação foi colaborativo, envolvendo reuniões frequentes para alinhamento de ideias e integração de contribuições de todos os membros. Durante essas sessões, discutimos e refinamos os conceitos, sempre mantendo o foco em representar de forma clara as entidades e os relacionamentos que compõem a lógica do jogo.
8+
9+
Para garantir a qualidade e a aderência às melhores práticas, dúvidas surgidas durante o desenvolvimento foram esclarecidas junto ao professor responsável pela disciplina, que forneceu orientações valiosas sobre os ajustes necessários.
10+
11+
<h6 align="center">Figura 1 - Diagrama de Entidade de Relacionamento do projeto Cyberpunk</h6>
712

813
![cnpImg](../assets/DER.png)
914

10-
<h6 align="center">Fonte: Autoria Própria </a></h6>
15+
<h6 align="center">Fonte: <a href="https://github.com/charles-serafim">Charles Serafim</a> ,<a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>, <a href="https://github.com/Jauzimm">João Vitor Santos</a>,<a href="https://github.com/Katuner">Lucas Meireles</a>, <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
1116

1217
## Histórico de versões
1318

1419
| Versão | Data | Descrição | Autor |
1520
|:------:|:------:|:---------:|------:|
1621
| 1.0 | 21/11/2024 | Padronização e adição do DER | [João Vitor Santos](https://github.com/Jauzimm) |
17-
| 1.1 | 24/11/2024 | Correção do DER| [Maria Eduarda Marques](https://github.com/EduardaSMarques) |
22+
| 1.1 | 24/11/2024 | Correção do DER| [Maria Eduarda Marques](https://github.com/EduardaSMarques) |
23+
| 1.2 | 25/11/2024 | Colocando descriçãoo de como foi feito e fonte| [Maria Eduarda Marques](https://github.com/EduardaSMarques) |

docs/modulo1/Dicionario.md

+184-105
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,194 @@
11
# Introdução
2-
# Objetivo
2+
3+
O dicionário de dados é uma documentação estruturada que descreve, de forma detalhada, os elementos de dados utilizados em um sistema. Ele inclui informações como nomes, tipos, tamanhos, restrições e descrições de cada atributo, servindo como uma referência essencial para o entendimento e implementação do banco de dados.
4+
35
# Dicionário
46

5-
<div align="center">
6-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-carro.png" alt="carro" width="500" height="400">
7-
<p><b>Figura 1: Carro</b></p>
8-
</div>
9-
10-
<div align="center">
11-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-mapa.png" alt="mapa" width="500" height="400">
12-
<p><b>Figura 2: Mapa</b></p>
13-
</div>
14-
15-
<div align="center">
16-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-mercado.png" alt="mapa" width="500" height="400">
17-
<p><b>Figura 3: Mercado</b></p>
18-
</div>
19-
20-
<div align="center">
21-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-mochila.png" alt="mapa" width="500" height="400">
22-
<p><b>Figura 4: Mochila</b></p>
23-
</div>
24-
25-
<div align="center">
26-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-regiao.png" alt="mapa" width="500" height="400">
27-
<p><b>Figura 5: Região</b></p>
28-
</div>
29-
30-
<div align="center">
31-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-sala.png" alt="mapa" width="500" height="400">
32-
<p><b>Figura 6: Sala</b></p>
33-
</div>
34-
35-
<div align="center">
36-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-faccao.png" alt="mapa" width="500" height="400">
37-
<p><b>Figura 7: Facção</b></p>
38-
</div>
39-
40-
<div align="center">
41-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-net.png" alt="mapa" width="500" height="400">
42-
<p><b>Figura 8: NetRunners</b></p>
43-
</div>
44-
45-
<div align="center">
46-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-void.png" alt="mapa" width="500" height="400">
47-
<p><b>Figura 9: VoidWalkers</b></p>
48-
</div>
49-
50-
<div align="center">
51-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-code.png" alt="mapa" width="500" height="400">
52-
<p><b>Figura 10: CodeKeepers</b></p>
53-
</div>
54-
55-
<div align="center">
56-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-exo.png" alt="mapa" width="500" height="400">
57-
<p><b>Figura 11: ExoHumanos</b></p>
58-
</div>
59-
60-
<div align="center">
61-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-npc.png" alt="mapa" width="500" height="400">
62-
<p><b>Figura 12: NPC</b></p>
63-
</div>
64-
65-
<div align="center">
66-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-player.png" alt="mapa" width="500" height="400">
67-
<p><b>Figura 13: Player</b></p>
68-
</div>
69-
70-
<div align="center">
71-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-dialogo.png" alt="mapa" width="500" height="400">
72-
<p><b>Figura 14: Diálogo</b></p>
73-
</div>
74-
75-
<div align="center">
76-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-lutador.png" alt="mapa" width="500" height="400">
77-
<p><b>Figura 15: CyberLutador</b></p>
78-
</div>
79-
80-
<div align="center">
81-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-inimigo.png" alt="mapa" width="500" height="400">
82-
<p><b>Figura 16: Inimigo</b></p>
83-
</div>
84-
85-
<div align="center">
86-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-inst_inimigo.png" alt="mapa" width="500" height="400">
87-
<p><b>Figura 17: Instância de Inimigo</b></p>
88-
</div>
89-
90-
<div align="center">
91-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-implante.png" alt="mapa" width="500" height="400">
92-
<p><b>Figura 18: Implante</b></p>
93-
</div>
94-
95-
<div align="center">
96-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-capacete.png" alt="mapa" width="500" height="400">
97-
<p><b>Figura 19: Capacete Neural</b></p>
98-
</div>
99-
100-
<div align="center">
101-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-visao.png" alt="mapa" width="500" height="400">
102-
<p><b>Figura 20: Visão Cibernética</b></p>
103-
</div>
104-
105-
<div align="center">
106-
<img align="center" src="https://raw.githubusercontent.com/SBD1/2024.2-Cyberpunk/refs/heads/docs/docs/assets/dd-braco.png" alt="mapa" width="500" height="400">
107-
<p><b>Figura 21: Braço Robótico</b></p>
108-
</div>
7+
Neste projeto, na o dicionário de dados foi desenvolvido com base no modelo relacional elaborado pelo grupo. Utilizamos o modelo como base para definir as tabelas, colunas e relacionamentos do sistema. O trabalho coletivo, aliado a revisões cuidadosas, assegurou que todas as informações relevantes fossem registradas, refletindo a complexidade e as necessidades do jogo ambientado no universo cyberpunk.
8+
9+
<h6 align="center">Figura 1 - Carro</h6>
10+
11+
![cnpImg](../assets/dd-carro.png)
12+
13+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
14+
15+
16+
<h6 align="center">Figura 2 - Mapa</h6>
17+
18+
![cnpImg](../assets/dd-mapa.png)
19+
20+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
21+
22+
23+
<h6 align="center">Figura 3 - Mercado Clandestino</h6>
24+
25+
![cnpImg](../assets/dd-mercado.png)
26+
27+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
28+
29+
30+
31+
<h6 align="center">Figura 4 - Mochila</h6>
32+
33+
![cnpImg](../assets/dd-mochila.png)
34+
35+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
36+
37+
38+
<h6 align="center">Figura 5 - Região</h6>
39+
40+
![cnpImg](../assets/dd-regiao.png)
41+
42+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
43+
44+
45+
<h6 align="center">Figura 6 - Sala</h6>
46+
47+
![cnpImg](../assets/dd-sala.png)
48+
49+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
50+
51+
52+
<h6 align="center">Figura 7 - Facção</h6>
53+
54+
![cnpImg](../assets/dd-faccao.png)
55+
56+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
57+
58+
59+
<h6 align="center">Figura 8 - NetRunners</h6>
60+
61+
![cnpImg](../assets/dd-net.png)
62+
63+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
64+
65+
66+
<h6 align="center">Figura 9 - VoidWalkers</h6>
67+
68+
![cnpImg](../assets/dd-void.png)
69+
70+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
71+
72+
73+
<h6 align="center">Figura 10 - CodeKeepers</h6>
74+
75+
![cnpImg](../assets/dd-code.png)
76+
77+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
78+
79+
80+
<h6 align="center">Figura 11 - ExoHumano</h6>
81+
82+
![cnpImg](../assets/dd-exo.png)
83+
84+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
85+
86+
87+
<h6 align="center">Figura 12 - NPC</h6>
88+
89+
![cnpImg](../assets/dd-npc.png)
90+
91+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
92+
93+
<h6 align="center">Figura 13 - Player</h6>
94+
95+
![cnpImg](../assets/dd-player.png)
96+
97+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
98+
99+
<h6 align="center">Figura 14 - Diálogo</h6>
100+
101+
![cnpImg](../assets/dd-dialogo.png)
102+
103+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
104+
105+
106+
<h6 align="center">Figura 15 - CyberLutador</h6>
107+
108+
![cnpImg](../assets/dd-lutador.png)
109+
110+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
111+
112+
113+
<h6 align="center">Figura 16 - Inimigo</h6>
114+
115+
![cnpImg](../assets/dd-inimigo.png)
116+
117+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
118+
119+
<h6 align="center">Figura 17 - Instância de Inimigo</h6>
120+
121+
![cnpImg](../assets/dd-inst_inimigo.png)
122+
123+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
124+
125+
<h6 align="center">Figura 18 - Implante</h6>
126+
127+
![cnpImg](../assets/dd-implante.png)
128+
129+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
130+
131+
<h6 align="center">Figura 19 - Capacete Neural</h6>
132+
133+
![cnpImg](../assets/dd-capacete.png)
134+
135+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
136+
137+
<h6 align="center">Figura 20 - Visão Cibernética</h6>
138+
139+
![cnpImg](../assets/dd-visao.png)
140+
141+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
142+
143+
144+
<h6 align="center">Figura 21 - Braço Robótico</h6>
145+
146+
![cnpImg](../assets/dd-braco.png)
147+
148+
<h6 align="center">Fonte: <a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>.2024.</h6>
149+
150+
151+
152+
<h6 align="center">Figura 22 - Puzzle</h6>
153+
154+
![cnpImg](../assets/puzzle.png)
155+
156+
<h6 align="center">Fonte: <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
157+
158+
159+
160+
<h6 align="center">Figura 23 - Matematico</h6>
161+
162+
![cnpImg](../assets/matematico.png)
163+
164+
<h6 align="center">Fonte: <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
165+
166+
167+
<h6 align="center">Figura 24 - Decodificar</h6>
168+
169+
![cnpImg](../assets/decodificar.png)
170+
171+
<h6 align="center">Fonte: <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
172+
173+
174+
<h6 align="center">Figura 25 - Missão</h6>
175+
176+
![cnpImg](../assets/missao.png)
177+
178+
<h6 align="center">Fonte: <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
179+
180+
181+
<h6 align="center">Figura 26 - Item</h6>
182+
183+
![cnpImg](../assets/item.png)
184+
185+
<h6 align="center">Fonte: <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
186+
109187

110188
# Histórico de Versões
111189
| Data | Versão | Descrição | Autor |
112190
| ---------- | ------ | ----------- | --------- |
113191
| 23/11/2024 | 1.0 | Criacao do Documento e Adição das primeiras tabelas. | [@GabriellyAssuncao](https://github.com/GabriellyAssuncao) |
114192
| 24/11/2024 | 1.1 | Adição de outras tabelas | [@GabriellyAssuncao](https://github.com/GabriellyAssuncao) |
115193
| 24/11/2024 | 1.2 | Mais algumas tabelas | [@GabriellyAssuncao](https://github.com/GabriellyAssuncao) |
194+
| 25/11/2024 | 1.3 | Adicionando introdução, figuras 22 a 26 e corrigindo padronização | [Maria Eduarda Marques](https://github.com/EduardaSMarques) |

docs/modulo1/Modelo_Relacional.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ O modelo relacional é uma das etapas de conversão do diagrama feito anteriorme
44

55
# Modelo Relacional
66

7-
Abaixo se encontra o Modelo Relacional referente ao projeto aqui trabalhado:
7+
Abaixo na figura 1, se encontra o Modelo Relacional referente ao projeto aqui trabalhado:
88

9-
<h6 align="center">Imagem 1 - Modelo Relacional do projeto Cyberpunk</h6>
9+
<h6 align="center">Figura 1 - Modelo Relacional do projeto Cyberpunk</h6>
1010

1111
![Imagem Modelo Relacional](../assets/Lógico_1.png)
1212

13-
<h6 align="center">Fonte: Autoria Própria </a></h6>
13+
<h6 align="center">Fonte: <a href="https://github.com/Jauzimm">João Vitor Santos</a>,<a href="https://github.com/Katuner">Lucas Meireles</a>, <a href="https://github.com/EduardaSMarques">Maria Eduarda Marques</a>.2024.</h6>
14+
>
1415
1516
## Histórico de versões
1617

0 commit comments

Comments
 (0)