Skip to content

Commit 2b26763

Browse files
committed
add todo
1 parent 855ff11 commit 2b26763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/src/views/SpaceGame.vue

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<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+
210
import { reactive, toRefs, watch } from 'vue'
311
import MiniGame from '../components/MiniGame'
412
import MiniGame2 from '../components/MiniGame2'

0 commit comments

Comments
 (0)