Features
Installation
From App Store
Open the App Store in zOS and search for "Sudoku".
Via npm
npm install @zos-apps/sudoku
How to Use
- Click cell to select
- Enter number
- Use pencil for notes
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| 1-9 | Enter number |
| Delete | Clear |
| H | Hint |
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build