We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee98df commit 6164985Copy full SHA for 6164985
1 file changed
entries.js
@@ -609,4 +609,11 @@ const entries = [
609
author: "Rupesh Soni",
610
github: "rsoni124"
611
},
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
+ }
619
];
0 commit comments