11export type ProjectDefinition = {
22 name : string ,
3+ banner ?: string ,
34 description : string ,
45 prototype ?: boolean ,
56 links : ( {
@@ -20,6 +21,7 @@ export const games: ProjectCollection = {
2021 "flagships (a.k.a. originals)" : [
2122 {
2223 name : "One Trillion Free Draws" ,
24+ banner : "/index/res/banners/games/1tfd.png" ,
2325 description : `
2426 <p>
2527 The definitive idle game where you have 1,000,000,000,000 free card packs to draw. That's 1 followed by 12 zeros!
@@ -36,6 +38,7 @@ export const games: ProjectCollection = {
3638 } ,
3739 {
3840 name : "Infinite Button Simulator" ,
41+ banner : "/index/res/banners/games/infinite-bsim.png" ,
3942 description : `
4043 <p>
4144 It's one of those button games on Roblox, but the buttons repeat to infinity and the game's on a website rather than Roblox.
@@ -52,6 +55,7 @@ export const games: ProjectCollection = {
5255 } ,
5356 {
5457 name : "Towers of Googology" ,
58+ banner : "/index/res/banners/games/towers.png" ,
5559 description : `
5660 <p>
5761 Defeat enemies and grow your towers, incremental game style!
@@ -73,6 +77,7 @@ export const games: ProjectCollection = {
7377 "prestige tree -kind" : [
7478 {
7579 name : "The Communitree!" ,
80+ banner : "/index/res/banners/games/communitree.png" ,
7681 description : `
7782 <p>
7883 A prestige-tree like game about other prestige-tree like games and the community that makes prestige-tree like games.
@@ -90,6 +95,7 @@ export const games: ProjectCollection = {
9095 } ,
9196 {
9297 name : "The Prestreestuck" ,
98+ banner : "/index/res/banners/games/prestreestuck.png" ,
9399 description : `
94100 <p>
95101 A prestige-tree like game loosely based on the hit web-comic <a href="https://homestuck.com">Homestuck</a>.
@@ -112,6 +118,7 @@ export const games: ProjectCollection = {
112118 } ,
113119 {
114120 name : "The Dynas Tree" ,
121+ banner : "/index/res/banners/games/dynastree.png" ,
115122 description : `
116123 <p>
117124 An old prestige-tree like game about growing an empire or something.
@@ -127,6 +134,7 @@ export const games: ProjectCollection = {
127134 "incremental games on esoteric places" : [
128135 {
129136 name : "Untitled Dice Game" ,
137+ banner : "/index/res/banners/games/udg.png" ,
130138 description : `
131139 <p>
132140 An incremental game on Scratch, a coding platform for children.
@@ -143,6 +151,7 @@ export const games: ProjectCollection = {
143151 } ,
144152 {
145153 name : "Unfeaturable Game" ,
154+ banner : "/index/res/banners/games/unfeaturable-game.png" ,
146155 description : `
147156 <p>
148157 An incremental game on Fancade, a UGC-based bite-sized gaming platform on phones. Beware of the ads!
@@ -158,6 +167,7 @@ export const games: ProjectCollection = {
158167 } ,
159168 {
160169 name : "Sparklifer" ,
170+ banner : "/index/res/banners/games/sparklifer.png" ,
161171 prototype : true ,
162172 description : `
163173 <p>
@@ -175,6 +185,7 @@ export const games: ProjectCollection = {
175185 } ,
176186 {
177187 name : "MSPFA Incremental" ,
188+ banner : "/index/res/banners/games/mspfa-incremental.png" ,
178189 prototype : true ,
179190 description : `
180191 <p>
@@ -193,6 +204,7 @@ export const games: ProjectCollection = {
193204 "other prototypes" : [
194205 {
195206 name : "Project: Incremental" ,
207+ banner : "/index/res/banners/games/project-incremental.png" ,
196208 prototype : true ,
197209 description : `
198210 <p>
@@ -206,6 +218,7 @@ export const games: ProjectCollection = {
206218 } ,
207219 {
208220 name : "A+1→A" ,
221+ banner : "/index/res/banners/games/a1a.png" ,
209222 prototype : true ,
210223 description : `
211224 <p>
@@ -223,6 +236,7 @@ export const games: ProjectCollection = {
223236 "not mine but I was involved" : [
224237 {
225238 name : "Advent Incremental" ,
239+ banner : "/index/res/banners/games/advent-incremental.png" ,
226240 description : `
227241 <p>
228242 A incremental game which also acts as an advent calendar—content are unlocked throughout the days of December
@@ -244,6 +258,7 @@ export const games: ProjectCollection = {
244258 } ,
245259 {
246260 name : `The Camellia Tree: duducat's Extremely Novel and (Almost) Completely Overhauled "I wanna be the Kamiller" Rewrite/Modification` ,
261+ banner : "/index/res/banners/games/camellia-tree.png" ,
247262 description : `
248263 <p>
249264 A TPT-like game loosely based on the hit EDM composer
@@ -260,6 +275,7 @@ export const games: ProjectCollection = {
260275 } ,
261276 {
262277 name : `The Longest Incremental^2` ,
278+ banner : "/index/res/banners/games/tli-2.png" ,
263279 prototype : true ,
264280 description : `
265281 <p>
@@ -280,6 +296,7 @@ export const games: ProjectCollection = {
280296 "rhythm games" : [
281297 {
282298 name : "JANOARG" ,
299+ banner : "/index/res/banners/games/janoarg.png" ,
283300 prototype : true ,
284301 description : `
285302 <p>
@@ -296,6 +313,7 @@ export const games: ProjectCollection = {
296313 "puzzle games" : [
297314 {
298315 name : "Yet Another Match-3 Clone" ,
316+ banner : "/index/res/banners/games/match-3.png" ,
299317 description : `
300318 <p>
301319 It's like Bejeweled but free, and on the internet, just like Bejeweled!
@@ -309,6 +327,7 @@ export const games: ProjectCollection = {
309327 } ,
310328 {
311329 name : "Painteract" ,
330+ banner : "/index/res/banners/games/painteract.png" ,
312331 prototype : true ,
313332 description : `
314333 <p>
@@ -327,6 +346,7 @@ export const games: ProjectCollection = {
327346 "roblox grinding simulators (ewww)" : [
328347 {
329348 name : "Browser Mining" ,
349+ banner : "/index/res/banners/games/browser-mining.png" ,
330350 prototype : true ,
331351 description : `
332352 <p>
0 commit comments