-
-
-
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
From 9410ac7c7670e39ab90655deeab5239f20827671 Mon Sep 17 00:00:00 2001
From: ModragX <151087186+qazox@users.noreply.github.com>
Date: Wed, 20 Dec 2023 18:06:45 -0500
Subject: [PATCH 2/2] old links; fix
---
src/routes/+layout.svelte | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 @@