Features
Installation
From App Store
Open the App Store in zOS and search for "Tetris".
Via npm
npm install @zos-apps/tetris
How to Use
- Arrow keys to move
- Up to rotate
- Space for hard drop
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| ←→ | Move |
| ↑ | Rotate |
| ↓ | Soft drop |
| Space | Hard drop |
| P | Pause |
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build