From cc6e51a89079cad84b9a2f6338d341b85fe7c687 Mon Sep 17 00:00:00 2001 From: Piumir3 Date: Thu, 5 Oct 2023 22:42:22 +0530 Subject: [PATCH] snake game --- contributors/contributorsList.js | 9 +- projects/piumir3/snakeGame.html | 147 +++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 projects/piumir3/snakeGame.html diff --git a/contributors/contributorsList.js b/contributors/contributorsList.js index 2146cd3..2eb699c 100644 --- a/contributors/contributorsList.js +++ b/contributors/contributorsList.js @@ -1,12 +1,17 @@ contributors = [ { id: 1, - fullname: "sample 1", - username: "https://github.com/TechHack3", + fullname: "piumi rathnayake", + username: "https://github.com/piumir3", }, { id: 2, fullname: "sample 2", username: "https://github.com/TechHack3", + }, + { + id: 2, + fullname: "sample 2", + username: "https://github.com/TechHack3", } ]; diff --git a/projects/piumir3/snakeGame.html b/projects/piumir3/snakeGame.html new file mode 100644 index 0000000..506e49d --- /dev/null +++ b/projects/piumir3/snakeGame.html @@ -0,0 +1,147 @@ + + + + Snake Game + + + +

Snake Game

+ + + + + +