A modern remake of the original HTC Teeter game, recreated from extracted resources.
Teeter is an accelerometer-based maze game where you must guide a ball through 32 levels while avoiding holes and reaching the goal.
- Download latest APK from Releases
- 32 original levels
- Accelerometer controls
- Sound effects and vibrations
- Original HTC game graphics
- Time and attempts tracking
- Compatible with modern Android devices (API 24+)
- Language: Kotlin
- Minimum SDK: Android 7.0 (API 24)
- Target SDK: Android 14 (API 34)
- Architecture: Custom Game Engine with SurfaceView
- Android Studio Hedgehog or newer
- JDK 8 or newer
- Android SDK with API 34
-
Clone repository
-
Open the project in Android Studio:
File > Open > Select the folder -
Sync Gradle:
File > Sync Project with Gradle Files -
Build and install:
Run > Run 'app'Or via command line:
./gradlew assembleDebug # APK will be in app/build/outputs/apk/debug/
- Launch the application
- Tilt your device to control the ball
- Avoid the black holes
- Reach the green zone (goal) to complete the level
- Complete all 32 levels!
- The game uses SensorManager to detect accelerometer movements
- Ball physics include velocity, friction and collisions
- Levels are dynamically loaded from XML files
- Rendering is done with Canvas on SurfaceView for better performance
This project is an unofficial remake of the original HTC Teeter game, created for educational and preservation purposes.
- Original game: HTC Corporation
- Remake: Created from resources extracted from the original application
