🔢

Sudoku

Classic number puzzle game with multiple difficulty levels.

GitHub npm

Features

Multiple difficulties
Pencil marks
Hints
Timer

Installation

From App Store

Open the App Store in zOS and search for "Sudoku".

Via npm

npm install @zos-apps/sudoku

How to Use

Keyboard Shortcuts

ShortcutAction
1-9Enter number
DeleteClear
HHint

Development

# Install dependencies
npm install

# Start development
npm run dev

# Build for production
npm run build