diff --git a/entries.js b/entries.js index 5d90a0d4..6afd196c 100644 --- a/entries.js +++ b/entries.js @@ -609,4 +609,11 @@ const entries = [ author: "Rupesh Soni", github: "rsoni124" }, + { + title: "Rock Paper Scissors", + filename: "RockPaperScissors.html", + description: "Just a simple rock paper scissors game.", + author: "Alfonso Caio Espino", + github: "Alfonsoce11" + }, ]; diff --git a/entries/RockPaperScissors.html b/entries/RockPaperScissors.html new file mode 100644 index 00000000..b8228e00 --- /dev/null +++ b/entries/RockPaperScissors.html @@ -0,0 +1,191 @@ + + +
+Use rock
+Use Paper
+Use scissors
+