Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 517 Bytes

Sudoku Solid

A Sudoku game made with SolidJS. Part of a series of projects to compare different Sudoku implementations in popular frameworks. Other projects:

Getting Started

  • Open in dev container (VS Code)
  • Run the following from within the container
npm install

npm run dev