diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue
index deb1ec9..b3bac03 100644
--- a/web/src/components/GameBoard.vue
+++ b/web/src/components/GameBoard.vue
@@ -1,17 +1,367 @@
-
+
+
+
{{ $store.getters.otherTeamName }} Answers
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[1] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[2] }}x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[3] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[4] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[5] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[6] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[7] }} x
+
+
+
+
+
+
+
+
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[8] }} x
+
+
+
+
+
+
+
+
{{ $store.getters.teamName }} Answers
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[1] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[2] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[3] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[4] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[5] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[6] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[7] }}
+
+
+
+
+
+
+
+
+ x {{ $store.state[`team_${$store.state.team}`].eyes[8] }}
+
+
+
+
+
+
-
\ No newline at end of file