folder structure, router, color store
This commit is contained in:
7
src/routes/Game.svelte
Normal file
7
src/routes/Game.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1 style="color:black; padding:20px">
|
||||
ColorQuest - Game (this is a placeholder)
|
||||
</h1>
|
||||
|
||||
<a href='#/gameover'>
|
||||
<button>Game over</button>
|
||||
</a>
|
||||
7
src/routes/GameOver.svelte
Normal file
7
src/routes/GameOver.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1 style="color:black; padding:20px">
|
||||
ColorQuest - Game Over (this is a placeholder)
|
||||
</h1>
|
||||
|
||||
<a href='#/levelselect'>
|
||||
<button>Play Again</button>
|
||||
</a>
|
||||
7
src/routes/Home.svelte
Normal file
7
src/routes/Home.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1 style="color:black; padding:20px">
|
||||
ColorQuest - Home (this is a placeholder)
|
||||
</h1>
|
||||
|
||||
<a href='#/game'>
|
||||
<button>Start Game</button>
|
||||
</a>
|
||||
7
src/routes/LevelSelect.svelte
Normal file
7
src/routes/LevelSelect.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1 style="color:black; padding:20px">
|
||||
ColorQuest - Level Select (this is a placeholder)
|
||||
</h1>
|
||||
|
||||
<a href='#/game'>
|
||||
<button>Start Game</button>
|
||||
</a>
|
||||
Reference in New Issue
Block a user