A Flutter-based game where players manage resources and plant trees to restore a planet's ecosystem. Balance economic growth with environmental sustainability in this engaging simulation game.
- Resource management system
- Dynamic planet environment
- Tree planting mechanics
- Real-time environmental impact calculations
- Beautiful UI with custom animations
- Flutter (latest stable version)
- Dart SDK
- Android Studio / Xcode for mobile deployment
-
Clone the repository:
git clone https://github.com/YourUsername/eco_tycoon.git
-
Navigate to the project directory:
cd eco_tycoon
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
To run the tests with coverage:
flutter test --coverage
To view the coverage report in HTML format:
genhtml coverage/lcov.info -o coverage/html
This project is licensed under the MIT License - see the LICENSE file for details.