Skip to content

Commit 6164985

Browse files
authored
Added maze_escape_raycaster.html to entries.js
1 parent aee98df commit 6164985

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

entries.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,11 @@ const entries = [
609609
author: "Rupesh Soni",
610610
github: "rsoni124"
611611
},
612+
{
613+
title: "Maze Escape",
614+
filename: "maze_escape_raycaster.html",
615+
description: "A game where you have to escape from a maze. Works by using raycasting.",
616+
author: "Jerry George",
617+
github: "jrygeorge"
618+
}
612619
];

0 commit comments

Comments
 (0)