From 0e4666fba30c8b22677c22d49da66e6592ee8cef Mon Sep 17 00:00:00 2001 From: "Geun, Lim" Date: Tue, 25 Jun 2024 08:53:20 +0900 Subject: [PATCH 1/2] Create go.html create go game --- entries/go.html | 126 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 entries/go.html diff --git a/entries/go.html b/entries/go.html new file mode 100644 index 00000000..7f465387 --- /dev/null +++ b/entries/go.html @@ -0,0 +1,126 @@ + + + + + + GO Game + + + +
+ + + + From 6b10b516f7c349843cb14fc06ad5258c2671ea30 Mon Sep 17 00:00:00 2001 From: "Geun, Lim" Date: Tue, 25 Jun 2024 08:54:22 +0900 Subject: [PATCH 2/2] Update entries.js --- entries.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entries.js b/entries.js index 5d90a0d4..c4b0f463 100644 --- a/entries.js +++ b/entries.js @@ -609,4 +609,11 @@ const entries = [ author: "Rupesh Soni", github: "rsoni124" }, + { + title: "Go Game", + filename: "go.html", + description: "Play to go game", + author: "Geun Lim", + github: "shing100" + }, ];