Skip to content

Commit

Permalink
samples: add Sudoku Game
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh-Pyakurel <pyakurelsandesh14@gmail.com>
  • Loading branch information
Sandesh-Pyakurel committed Dec 23, 2024
1 parent 84f8661 commit 3751ef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/samples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 3751ef6

Please sign in to comment.