We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855ff11 commit 2b26763Copy full SHA for 2b26763
js/src/views/SpaceGame.vue
@@ -1,4 +1,12 @@
1
<script>
2
+/**
3
+ * TODO: Minigames won should be by id and as a generic number, which would prevent users from submitting the same result multiple times
4
+ * TODO: Create a win state for mini-games that disables additional play
5
+ * TODO: Create components to centralize logic and better UI encapsulation
6
+ * TODO: There should be an empty state for the user to actually start the game
7
+ * TODO: Clean up UI pieces
8
+ */
9
+
10
import { reactive, toRefs, watch } from 'vue'
11
import MiniGame from '../components/MiniGame'
12
import MiniGame2 from '../components/MiniGame2'
0 commit comments