A HTML5 Canvas Tower Building game based on iamkun/tower_game.
- Tap to drop blocks from the swinging crane
- Stack blocks to build the tallest tower
- Perfect landing (within 10% of center) gives bonus points and combos
- You have 3 lives - each miss costs a life
- Game ends when all lives are lost
- Normal landing: 25 points
- Perfect landing: 50 points (25 base + 25 bonus)
- Consecutive perfects: +25 per combo (2nd perfect = 75, 3rd = 100, etc.)
| Floor | Swing Angle | Swing Speed |
|---|---|---|
| 1-9 | 30° | Normal |
| 10-19 | 60° | Slightly faster |
| 20-29 | 80° | Faster |
| 30+ | 80° | Fast |
- Create a new repository on GitHub (e.g.,
tower-game) - Push this folder to the repository
- Go to Settings → Pages → Select "main" branch → Save
- Your game will be available at:
https://YOUR_USERNAME.github.io/tower-game/
Update your WebView component to load:
source={{ uri: 'https://YOUR_USERNAME.github.io/tower-game/' }}MIT License - Based on original work by iamkun