From 3751ef60287e38104289fba46f3e1f5b6102c40d Mon Sep 17 00:00:00 2001 From: Sandesh-Pyakurel Date: Mon, 23 Dec 2024 17:47:17 +0545 Subject: [PATCH] samples: add Sudoku Game Signed-off-by: Sandesh-Pyakurel --- hack/samples/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hack/samples/index.json b/hack/samples/index.json index 4cf09a8162..6293d9f0b5 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -318,5 +318,10 @@ "name": "Sample Next.js Nexus Framework", "description": "Nexus is a modern Next.js frontend framework powered by Daytona, designed for rapid development, scalability, and performance. It delivers responsive, user-friendly interfaces for dynamic web applications.", "gitUrl": "https://github.com/daytonaio/sample-nextjs-nexus-framework" + }, + { + "name": "Sample Next.js Sudoku Game", + "description": "A Sudoku game built with Next.js and TailwindCSS. The game generates Sudoku puzzles of varying difficulties (easy, medium, hard, expert) and allows users to interactively fill in the grid.", + "gitUrl": "https://github.com/daytonaio/sample-nextjs-sudoku" } ]