Hill Rider is an original 2D golden mountain hill-racing game built with Flutter and Flame.
The game focuses on smooth arcade driving, readable terrain, stage progression, vehicle upgrades, collectible rewards, and responsive web-first gameplay. The visual direction is Golden Mountain Day Ride, featuring warm mountain backgrounds, dusty cartoon terrain, gold coins, fuel cells, selectable stages, and simple side-view vehicles with visible drivers and riders.
Md. Junayet Hossain Mohit
Hill Rider does not include background music, menu music, theme music, looping music, or any musical soundtrack.
Only short original sound effects are used.
The primary target is Flutter Web.
The project is built with platform-independent Flutter code and can be extended to Android and mobile platforms later.
From the project folder:
flutter clean
flutter pub get
flutter run -d chrome
Run in release mode:
flutter run -d chrome --release
dart format .
flutter analyze
flutter test
flutter clean
flutter pub get
flutter build web --release
The web build output will be generated in:
build/web
lib/
game/
screens/
widgets/
services/
models/
assets/
images/
audio/
Do not upload or commit private files such as:
.env
serviceAccountKey.json
*.jks
*.keystore
Generated folders should also be excluded from public uploads when not needed:
build/
.dart_tool/
This project is licensed under the Proprietary — All Rights Reserved.
See the LICENSE file for details.
Hill Rider is completed for now and ready for web testing and release preparation.