We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd539c2 commit 5ada5b4Copy full SHA for 5ada5b4
entries.js
@@ -21,6 +21,13 @@ const entries = [
21
author: "Christopher Powroznik (Metroxe)",
22
github: "Metroxe"
23
},
24
+ {
25
+ title: "Shape Dodge Frenzy"
26
+ filename: "shape-dodge-frenzy.html"
27
+ description: "A cool and simple game where you(a shape) try to dodge other falling shapes."
28
+ author: "Abhi (d2crashout)"
29
+ github: "d2crashout"
30
+ }
31
{
32
title: "Ant Colony",
33
filename: "ant_colony.html",
entries/shape-dodge-frenzy.html
@@ -1,3 +1,4 @@
1
+<!-- Cool game yay -->
2
<!DOCTYPE html>
3
<html lang="en">
4
<head>
0 commit comments