-
-
-
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