Tis by Thomas ten Cate
1. Links
2. Summary
- Programming language: JavaScript
- Main size: 4,0 KB
- Extra size: 1,0 KB
- Total size: 5,0 KB
- Feature count: 31
- Bytes per feature: 130 B
3. Controls
- Ctrl+R or ⌘ Cmd+R: restart
- Ctrl+W or ⌘ Cmd+W: quit
3.1. Game
- Esc: close
- M: toggle music
- ↑ or Alt: rotate clockwise
- Ctrl: rotate counterclockwise
- Space: hard drop
- ←: move left
- ↓: soft drop
- →: move right
3.2. Start
4. Features
- All tetrominoes
- Alternative drop
- Alternative rotation
- Animations
- Colored pieces
- Controls guide
- Drop
- Drought prevention: pieces are drawn from bags
- Easter eggs: konami code starts the game
- Faster levels:
speed = min(level, 18)
- Game over detection
- Game over screen: fill animation
- Ghost piece
- Gravity
- Horizontal movement
- Level score multiplier
- Line clearing: flash animation
- Line clear points:
- Single:
100 * level
- Double:
300 * level
- Triple:
500 * level
- Tetris:
800 * level
- Lock delay: 1 second
- Music: A-Type
- No bugs
- No ceiling
- Piece preview: single piece
- Quit
- Restart: refresh page
- Retry: refresh page
- Rotation: sound effect
- SFX
- Sleep mode: from OS
- Toggleable music
- Wall kicks