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.
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Run tests
npm test