🧱

Tetris

The legendary tile-matching puzzle game.

GitHub npm

Features

Classic gameplay
Ghost piece
Hold piece
Score tracking
Levels

Installation

From App Store

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

Via npm

npm install @zos-apps/tetris

How to Use

Keyboard Shortcuts

ShortcutAction
←→Move
Rotate
Soft drop
SpaceHard drop
PPause

Development

# Install dependencies
npm install

# Start development
npm run dev

# Build for production
npm run build