diff --git a/Falling Back Death.glb b/Falling Back Death.glb new file mode 100644 index 0000000..ead1877 Binary files /dev/null and b/Falling Back Death.glb differ diff --git a/Jump.glb b/Jump.glb new file mode 100644 index 0000000..4c9f124 Binary files /dev/null and b/Jump.glb differ diff --git a/Running.glb b/Running.glb new file mode 100644 index 0000000..e729312 Binary files /dev/null and b/Running.glb differ diff --git a/src/App.svelte b/src/App.svelte index e57d5b0..0e84bc0 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,198 +1,428 @@
{gameOver ? 'Final Score: ' + score : 'Arrows to Move • Space to Jump'}
- +{showGameOverModal ? "Score: " + score : "Arrows to Move • Space to Jump"}
++ {gameOver ? 'FINAL SCORE: ' + score : 'NEURAL LINK READY'} +
+ +