Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 387 Bytes

File metadata and controls

19 lines (13 loc) · 387 Bytes

Sudoku racing against the clock. Complete small grids and work your way up to more challenging ones. You'll earn time bonuses but lose time with wrong moves.

Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Run tests
npm test