Skip to content

Commit 5ada5b4

Browse files
authored
added shape-dodge-frenzy(my entry)
1 parent cd539c2 commit 5ada5b4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

entries.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ const entries = [
2121
author: "Christopher Powroznik (Metroxe)",
2222
github: "Metroxe"
2323
},
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+
}
2431
{
2532
title: "Ant Colony",
2633
filename: "ant_colony.html",

entries/shape-dodge-frenzy.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- Cool game yay -->
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>

0 commit comments

Comments
 (0)