Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

🏗️ Tower Builder Game

A HTML5 Canvas Tower Building game based on iamkun/tower_game.

Game Rules

  • 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

Scoring

  • Normal landing: 25 points
  • Perfect landing: 50 points (25 base + 25 bonus)
  • Consecutive perfects: +25 per combo (2nd perfect = 75, 3rd = 100, etc.)

Difficulty Progression

Floor Swing Angle Swing Speed
1-9 30° Normal
10-19 60° Slightly faster
20-29 80° Faster
30+ 80° Fast

Setup for GitHub Pages

  1. Create a new repository on GitHub (e.g., tower-game)
  2. Push this folder to the repository
  3. Go to Settings → Pages → Select "main" branch → Save
  4. Your game will be available at: https://YOUR_USERNAME.github.io/tower-game/

Integration with React Native

Update your WebView component to load:

source={{ uri: 'https://YOUR_USERNAME.github.io/tower-game/' }}

License

MIT License - Based on original work by iamkun

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages