-
Notifications
You must be signed in to change notification settings - Fork 421
/
entries.js
612 lines (611 loc) · 19 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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
/**
* 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
* }
*/
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: "Adequate Memory Game",
filename: "memory-game.html",
description: "Simple memory testing game that I created during a flight while my laptop battery slowly approached 0%. Each level gets faster & adds 1 more color in randomized order to remember!",
author: "Spencer Gray",
github: "spencergray96",
},
{
title: "Simple counter",
filename: "simple-counter.html",
description: "This is a simple counter for 2023 new year with gradient color background!!",
author: "Israa Gargar",
github: "Esogargar",
},
{
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: "Ring Loader",
filename: "ring-loader.html",
description: "CSS only loaders is still the buzz now so I imported one of my tests.",
author: "Markus Mafz",
github: "headquarter8302"
},
{
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"]
},
{
title: "Fireworks",
filename: "fireworks.html",
description: "Clickable fireworks!",
author: "Matthew Hu",
github: "wagabooga"
},
{
title: "Adjustable Fireworks",
filename: "adjustable-fireworks.html",
description: "A firework generating website with tons of settings.",
author: "Tyler Gordon Hill",
github: "TyHil"
},
{
title: "Marching Squares",
filename: "marching-squares.html",
description: "Marching Squares algorithm in one HTML page!",
author: "Magoninho",
github: "Magoninho"
},
{
title: "Pink vs Unknowns",
filename: "pink-vs-unknowns.html",
description: "Pink vs Unknowns is a simulation where two sides have opposite contradictory missions.",
author: "Aliaksandr B.",
github: "ByAliaksandr",
compatibleBrowsers: ["Chrome Desktop, Firefox Desktop, Safari Desktop"]
},
{
title: "Ping Pong",
filename: "ping-pong.html",
description: "Ping Pong is a classical arcade game which you can play with two people. You can also set the computer as an auto player, moreover set two auto players and watch them while they play against each other.",
author: "Osman Fikret Ceylan",
github: "ofcyln",
compatibleBrowsers: ["Chrome Desktop", "Firefox Desktop", "Safari Desktop", "Edge Chromium Desktop", "Brave Desktop"]
},
{
title: ".quasimono.",
filename: "quasimono.html",
description: "*。.。.。.* \n.create.📝\n。 ascii。 \n. emoji.✨\n。 art。🖼\n.for .✨\n。social。 \n. media.🕊\n*。.。.。.*",
author: "Jonah J. H.",
github: "jonahjoshua",
compatibleBrowsers: ["Safari Mobile", "Chrome Mobile", "Safari Desktop", "Chrome Desktop", "Edge Chromium Desktop", "Firefox (probably)"]
},
{
title: "Corona Party!",
filename: "corona-party.html",
description: "A simple game leveraging the Audio API. Listen to the audio and try to figure out at which house a party is going on!",
author: "Justus Romijn",
github: "justusromijn",
compatibleBrowsers: ["Chrome Desktop", "Edge Chromium Desktop", "Firefox"]
},
{
title: "Amsterdam: avoid the bikes & return home!",
filename: "avoid-the-bikes.html",
description: "You just got your new job in Amsterdam and moved in. After you picked up your new laptop from the Frontmen offices you need to return to your new home. Little did you know about these crazy bikes...",
author: "Ioannis Smyrnios",
github: "giannissmirnios",
compatibleBrowsers: ["Chrome Desktop", "Firefox Desktop", "Safari Desktop", "Edge Chromium Desktop"]
},
{
title: "Calculator",
filename: "Calculator.html",
description: "Calculator Using-Javascript For One Page Html Challenge",
author: "Abhay Mourya (Abhay557)",
github: "Abhay557"
},
{
title: "Block Over It",
filename: "blockoverit.html",
description: "A Awesome Game Using-Javascript For One Page Html Challenge",
author: "Abhay Mourya (Abhay557)",
github: "Abhay557"
},
{
title: "Whack-a-mole",
filename: "whack-a-mole.html",
description: "New whack-a-mole with speed rounds and shufffle keyboard",
author: "sakshi",
github: "sakshi-011"
},
{
title: "Organs-For-Debt",
filename: "organs-for-debt.html",
description: "You have a lot of debt and nothing but your body to pay for it",
author: "Justin Chao",
github: "jutsK"
},
{
title: "Blur background loading",
filename: "blur-loading-page.html",
description: "A smooth Css transition to slowly load the contents of the web page",
author: "Nirban Chakraborty",
github: "nirban256"
},
{
title: "Task List App",
filename: "taskListApp.html",
description: "A task list application with local storage and filter tasks functionality",
author: "Tejashwa Rajvardhan",
github: "tejash023"
},
{
title: "Hilbert Curve",
filename: "hilbert-curve.html",
description: "Draws a hilbert curve, a curve to map a two dimensional space in one dimension",
author: "Ahmad Raza",
github: "razaahmad333"
},
{
title: "Random-Password-Generator",
filename: "randomPassword.html",
description: "Generate random strong passwords ",
author: "Ankita",
github: "AnkitaMalik22"
},
{
title: "StopWatch",
filename: "stopWatch.html",
description: "An online stopwatch to keep your performance in check",
author: "Kabir Seth",
github: "sethkabir"
},
{
title: "RIP- Siddhu Moosewala -Rapper",
filename: "Sidhumoosewala-tribute-page.html",
description: "A small tribute to a legend",
author: "Guneet Singh",
github: "IamGuneet"
},
{
title: "Cup Water Wave",
filename: "cupWaterWave.html",
description: "A cup filled with water and creating wave",
author: "Satyabrata Sahoo",
github: "satyasonu"
},
{
title: "Guess_My_number",
filename: "guess_my_number",
description: "You have to guess the number genarated by the system",
author: "Soumojit Chakraborty",
github: "SOUMOJIT-CHAKRABORTY"
},
{
title: "Contact List",
filename: "contact_list.html",
description: "Contact List where contacts saved at local storage",
author: "Rahul Reddy",
github: "rahulreddy-001"
},
{
title: "Simon Game",
filename: "simon-game.html",
description: "Well known simon game, short term memory game",
author: "Sai Mahith Reddy Bekkem",
github: "mahith257"
},
{
title: "Random colour generator",
filename: "RandomColourGenerator.html",
description: "A random colour generator which shows you different colours after every click",
author: "Rajiv Sahal",
github: "Ryukemeister"
},
{
title: "Tips-Calculator",
filename: "Tips-Calculator.html",
description: "A simple Tips-calculator",
author: "Amaan Haider",
github: "AmaanHaider"
},
{
title: "Movie List",
filename: "movie-list.html",
description: "Ratings for movies i've seen.",
author: "Christopher Powroznik (Metroxe)",
github: "Metroxe"
},
{
title: "Registration Form",
filename: "Sattyam.html",
description: "Created a Static student Registration Form",
author: "Sattyam Samania",
github: "SattyamSamania"
},
{
title: "Sudoku Solver",
filename: "UdhavSudoku.html",
description: "A Basic Sudoku Game which solves sudoku puzzle if places filled correctly.",
author: "Udhav Sharma",
github: "UdhavSharma2004"
},
{
title: "Color Grid",
filename: "color-grid.html",
description: "Renders cards of random colors that can be copied by clicking on the card. Reload button to generate new cards.",
author: "Rishabh Singh",
github: "Rishabh-Singh-Codes"
},
{
title: "AI Generated Game",
filename: "openai-generated-entry.html",
description: "This entry was coded completely by OpenAI using the prompt \"code me a game in one html file\".",
author: "OpenAI",
github: "openai"
},
{
title: "Click challenge",
filename: "aim-click-challenge.html",
description: "You basically click the square as many times as you can in 30 seconds",
author: "Abdullah Arafat",
github: "dolosarafat"
},
{
title: "Technical Documentation of Javascript",
filename: "Technical-Doc.html",
description: "The basic javascript documentation/cheatsheet",
author: "Gorakshnath Bhongal",
github: "gbb26"
},
{
title: "SignUp Page",
filename: "signup_page.html",
description: "Simple signup page with no css by nithish gajula",
author: "Nithish Gajula",
github: "nithish-gajula"
},
{
title: "Base64 to TXT Converter",
filename: "Base64toTXT.html",
description: "Convert any file to Base64 and download as TXT file",
author: "Rupesh Soni",
github: "rsoni124"
},
{
title: "Mandelbrot Fractal",
filename: "mandelbrot.html",
description: "Simple mandelbrot fractal viewer in WebGL. Zoom in and move around with the mouse.",
author: "Parkin Pham",
github: "P4GAN"
},
{
title: "Ripples",
filename: "ripples.html",
description: "Pleasant rippling circles appearing on the page",
author: "Nicola Cerutti",
github: "ncerutti"
},
{
title: "Image To Base64 Converter | PiXELCONVERTOR",
filename: "PiXELCONVERTOR.html",
description: "Convert Images to Base64",
author: "Rupesh Soni",
github: "rsoni124"
},
];