forked from Metroxe/one-html-page-challenge
-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathentries.js
335 lines (334 loc) · 10.6 KB
/
entries.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
/**
* Every entry must include a title and filename, the rest are optional.
* For simplicity in merges, please add to the bottom of the object.
*
* interface
* {
* title: string // display name
* filename: string // the name of your HTML file
* description?: string // description that will be listed with your entry
* author?: string // your name/tag that will be listed
* github?: string // username on github that will display a link to your profile
* compatibleBrowsers?: array // browsers that this page is compatible with
* sponsored?: boolean // don't worry about adding this, this is done by the owner of the project, your submission will be rejected if set to true without permission.
* }
*/
const entries = [
{
title: "Dancing Man",
filename: "dancing_man.html",
description: "The first submission to the One HTML Page Challenge. It is a simple ASCII man starting the dance from Napoleon Dynamite.",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe",
},
{
title: "Ant Colony",
filename: "ant_colony.html",
description: "Simulation of an ant colony creating a never ending underground colony. The 'Q' represents a queen that can giver birth to ants 'A'. Food sources are represented by the numbers 9 - 1. (Currently only works in desktop Chrome)",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe",
compatibleBrowsers: ["Chrome Desktop"],
},
{
title: "Strange Insults",
filename: "strange_insults.html",
description: "An insult generator.",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe",
},
{
title: "Building Price Estimate",
filename: "building.html",
description: "Drag the top right corner on the building. Price increases as building gets bigger.",
author: "Richard Hung (Richard1320)",
github: "richard1320",
},
{
title: "Fool's Mate",
filename: "fools-mate.html",
description: "In chess, Fool's Mate, also known as the Two-Move Checkmate, is the checkmate in the fewest possible number of moves from the start of the game. This play is created by animating grid rows and columns.",
author: "Chen Hui Jing (huijing)",
github: "huijing",
compatibleBrowsers: ["Firefox 66+"],
},
{
title: "Pure CSS Still Life - Water and Lemons",
filename: "pure-css-still-life-water-lemon.html",
description: " A Pure CSS Still Life. No images, No SVG, just CSS, absolutely pointless!",
author: "Ben Evans",
github: "ivorjetski"
},
{
title: "Calculate Worked Hours",
filename: "calculate_hours_worked.html",
description: "Calculates the amount of hours worked based on the start and end time of the work shifts and break times if there is any.",
author: "Jacky Ly (lyjacky11)",
github: "lyjacky11",
},
{
title: "Car Game",
filename: "mini_car_game.html",
description: "simple car racing game, collecting energys on road, speeds up as many energy consumed, slow down if miss energy on road. driving is unlimited",
author: "irakli kvirikashvili",
github: "zghnachvi",
},
{
title: "Moon and stars Effect.",
filename: "color-change-on-hover-objects.html",
description: "Moon and stars showing a twinkiling effect. The background also turns to night view upon hovering over the moon, stars or the body.",
author: "Yousuf Uyghur",
github: "alfen-yu"
},
{
title: "Color Clock",
filename: "colorclock.html",
description: "Shows you the time with a lovely background generated from the current time.",
author: "mechamech",
github: "mechamech",
},
{
title: "Color Quiz",
filename: "color-quiz.html",
description: "A little quiz about the named colors. You try and guess what the color displayed is called.",
author: "Andrea Kaminski (Kazeheki)",
github: "kazeheki"
},
{
title: "KNFL",
filename: "knfl.html",
description: "A one-throw-kniffel-like game.",
author: "Pascal Claisse",
github: "pclaisse"
},
{
title: "Hangman",
filename: "hangman.html",
description: "A hangman game with words about web development.",
author: "Sandro Roth",
github: "rothsandro",
},
{
title: "Tile game",
filename: "tiles.html",
description: "Tile ordering game.",
author: "Marc Lajoie",
github: "quickhand",
},
{
title: "Bits Rain",
filename: "bits-rain.html",
description: "It's raining bits.",
author: "Alexandre Nicolas (Kornflexx)",
github: "Kornflexx",
},
{
title: "Todo list",
filename: "todo_list.html",
description: "Just another one todo list.",
author: "Rafał Goławski",
github: "rago4",
},
{
title: "Wargames",
filename: "wargames.html",
description: "Recreation of the terminal window from a scene in the movie Wargames.",
author: "Vasilios Daskalopoulos",
github: "vasil9v",
},
{
title: "Interval",
filename: "Interval.html",
description: "Increase reading speed by training in short bursts.",
author: "John Gillespie",
github: "olddognewtrix123",
},
{
title: "Meat on the Move",
filename: "meat-on-the-move.html",
description: "It's meat on the move!",
author: "Jeff Phillips",
},
{
title: "Just HTML. Mostly.",
filename: "just_html.html",
description: "Nothing to see here. This was an HTML challenge, so I tried to do just HTML.",
author: "Shawn Oden",
github: "shawnoden",
},
{
title: "Bronchalia: The Windy City",
filename: "bronchalia.htm",
description: "Battle pathogens as the human immune system.",
author: "quicksilv3rflash (instructables, reddit)",
github: "quicksilv3rflash",
},
{
title: "ASCII Camera",
filename: "ascii-cam.html",
description: "Display camera output in colourised ASCII",
author: "iveseenthedark",
github: "iveseenthedark",
},
{
title: "Magic Wand",
filename: "magicWand.html",
description: "Wave your magic wand! A simple demo using mouse motion and button.",
author: "Jacob Ewing",
github: "jacobEwing"
},
{
title: "Fishies",
filename: "fishies.html",
description: "Spawn fishies and let your fishie grow!",
author: "William Chung (wiiliam)",
github: "wiiliam"
},
{
title: "Simple Oui",
filename: "watermelon-pixel.html",
description: "A Simple Oui.",
author: "Maxime DO",
github: "Maxime-DO"
},
{
title: "Snake Game",
filename: "Snakegame.html",
description: "My first submission to the One HTML Page Challenge.It is a simple snake game using html, css and javascript.",
author: "Kuljeet Singh (Kuljeet-123)",
github: "Kuljeet-123",
},
{
title: "Game of Life",
filename: "game_of_life.html",
description: "A simple implementation of Conway's Game of Life in JS.",
author: "bendersteed",
github: "bendersteed",
},
{
title: "Ladner British Columbia",
filename: "ladner_british_columbia.html",
description: "Applied an <feTurbulence> to an image of my hometown Ladner British Columbia, in order to create a cool water effect.",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe",
},
{
title: "Web Minesweeper",
filename: "webmine.html",
description: "Nearly full implementation of the original Minesweeper game (no high scores list). Left click to hit a square and test for mines, right click to plant a flag.",
author: "Terry McKay",
github: "terrymckay",
},
{
title: "Platform",
filename: "platform.html",
description: "v3.0 - Just a simple JavaScript game",
author: "Mini Ware",
github: "Mini-Ware",
},
{
title: "Out On a Limb",
filename: "out_on_a_limb.html",
description: "Aesthetic lyric page for Out on a limb by Jayaire Woods.",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe",
},
{
title: "background lights",
filename: "backgroundlight.html",
description: "Its a hover website, when u hover on a box it will react diiferently and background will keep on changing its color.",
author: "rahil",
github: "Rahilcode",
},
{
title: "Tribute page",
filename: "A-tribute-page.html",
description: "Just a tribute page to a completely random person",
author: "MAZ12211",
github: "MAZ12211",
},
{
title: "Fall Game",
filename: "fall_game.html",
description: "A fall game created using html,css,javascript",
author: "Snehal",
github: "SNEHAL311998",
},
{
title: "Draw RGB",
filename: "draw-rgb.html",
description: "A svg draw with RGB.",
author: "Erik Giovani",
github: "ErikGIovani",
},
{
title: "Birthday Cake",
filename: "birthday-cake.html",
description: `This is a simple animated birthday cake written in Vanilla JavaScript, CSS and HTML. It allows you to set:\n- the number of candles (via param ?candles=15);\n- the addressee name to display the phrase "Happy Birthday" with this name (via param ?name=Green);\n- or set your own congratulations (via param ?message=Happy%20Birthday,%20Green&message=Have%20a%20nice%20Day).`,
author: "Alexander A. Kropotin (ololx)",
github: "ololx",
},
{
title: "Baby Wants Milk",
filename: "BabyWantsMilk.html",
description: "Baby is home alone and hungry. Take baby 👶 to the milk 🍼. It is my baby step towards HTML/JS/CSS 😉",
author: "Seshu Thanneeru",
github: "SeshuTechie",
},
{
title: "Tic Tac Toe Game",
filename: "tic-tac-toe.html",
description: "It is just a simple tic tac toe game!",
author: "Sumandeep Kaur",
github: "Sumandeep-Kaur",
},
{
title: "Analog-cum-Digital Clock",
filename: "clock.html",
description: "This is an analog-cum-digital clock with both dark and light modes!!",
author: "Sumandeep Kaur",
github: "Sumandeep-Kaur",
},
{
title: "Ask Me on a Date Form",
filename: "date_me_form.html",
description: "Well, this is an application form for asking me on a date kind of thing",
author: "Lailah Grant",
github: "lailahgrant",
},
{
title: "Calculator",
filename: "css-calc.html",
descrition: "Only html, css caluclator",
author: "Aryan Kapoor",
github: "Aryankpoor",
},
{
title: "Hover Button",
filename: "button-hover.html",
descrition: "A simple button hover.",
author: "Vanshika Rana",
github: "Vanshika-Rana",
},
{
title: "Fortune Cookie Generator",
filename: "fortune-cookie-generator.html",
description: "Prints a fortune cookie message on the screen, randomly generated by an algorithm.",
author: "Hector Krionas Lamprou",
github: "EKrionasLamprou",
},
{
title: "Your IP",
filename: "ip.html",
description: "Find out what's your IP address",
author: "Elisha Hollander (donno2048)",
github: "donno2048",
},
{
title: "Your Screen Resolution",
filename: "my-screen-resolution.html",
description: "THIS PAGE HELPS YOU TO FIND YOUR MONITOR/SCREEN RESOLUTIONS.",
author: "Prateek Singh",
github: "7ORP3DO",
compatibleBrowsers: ["Chrome","Edge","Firefox","Internet Explorer","Opera","Safari"],
}
];