diff --git a/src/frontend/src/components/ComponenteDeEstado.vue b/src/frontend/src/components/ComponenteDeEstado.vue
new file mode 100644
index 0000000..d5254c1
--- /dev/null
+++ b/src/frontend/src/components/ComponenteDeEstado.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/frontend/src/components/TabelaDeJogos.vue b/src/frontend/src/components/TabelaDeJogos.vue
index 967905a..cca4ea0 100644
--- a/src/frontend/src/components/TabelaDeJogos.vue
+++ b/src/frontend/src/components/TabelaDeJogos.vue
@@ -1,7 +1,8 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
-
+
+
+
+
diff --git a/src/frontend/src/modelo/Jogo.ts b/src/frontend/src/modelo/Jogo.ts
index 16151e1..1593a17 100644
--- a/src/frontend/src/modelo/Jogo.ts
+++ b/src/frontend/src/modelo/Jogo.ts
@@ -11,4 +11,6 @@ export default class Jogo {
export type Preco = 'DE_GRACA' | 'DESCONHECIDO' | 'PRESENTE' | number;
-export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'ETERNO';
\ No newline at end of file
+export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'ETERNO';
+
+export const estados = ['NOVO', 'JOGUEI', 'SATISFEITO', 'ETERNO'];
\ No newline at end of file