diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0b03d7d..9deefa6 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,5 @@

- Potato++ | - Discord + Discord

diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5a72e87..f1a227e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,45 +1,138 @@ -
-

- icon -

Welcome to Potato++

-

-

- Potato++ is a website where two brothers make games and put them here so - people can play them. -

-
-
-

Games

-

Early Access Games

-

These games are games that are not finished yet, but are available to play.

-
-
+

{technologicalProgression} Age

+ { + for (let currency in currencies) { + currencies[currency].click(); + } + }}> +

Click to Research

-

Finished Games

-

These games are full games, and are no longer in the Early Access phase.

+

Raw Resources

-

Credits

-
-
+
+ {#each Object.values(currencies) as currency} + {#if !currency.invis} + + {/if} + {/each} +
+ +

Generators

+ +
+ {#each Object.values(upgrades) as upgrade} + {#if !upgrade.invis} + + {/if} + {/each} +
+ +

Research

+ +
+ {#each Object.values(technology) as upgrade} + {#if !upgrade.invis} + + {/if} + {/each}
diff --git a/src/routes/researchclicker/+page.svelte b/src/routes/researchclicker/+page.svelte deleted file mode 100644 index f1a227e..0000000 --- a/src/routes/researchclicker/+page.svelte +++ /dev/null @@ -1,138 +0,0 @@ - - -

{technologicalProgression} Age

- { - for (let currency in currencies) { - currencies[currency].click(); - } - }}> -

Click to Research

- -

Raw Resources

- -
- {#each Object.values(currencies) as currency} - {#if !currency.invis} - - {/if} - {/each} -
- -

Generators

- -
- {#each Object.values(upgrades) as upgrade} - {#if !upgrade.invis} - - {/if} - {/each} -
- -

Research

- -
- {#each Object.values(technology) as upgrade} - {#if !upgrade.invis} - - {/if} - {/each} -
diff --git a/src/routes/roguepotato/+page.svelte b/src/routes/roguepotato/+page.svelte deleted file mode 100644 index 0872dfa..0000000 --- a/src/routes/roguepotato/+page.svelte +++ /dev/null @@ -1,2 +0,0 @@ -

test

-

hi guys

\ No newline at end of file