Skip to content

remarcable/speedstack

Repository files navigation

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