Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.09 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.09 KB

Eco Tycoon

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.

Features

  • Resource management system
  • Dynamic planet environment
  • Tree planting mechanics
  • Real-time environmental impact calculations
  • Beautiful UI with custom animations

Getting Started

Prerequisites

  • Flutter (latest stable version)
  • Dart SDK
  • Android Studio / Xcode for mobile deployment

Installation

  1. Clone the repository:

    git clone https://github.com/YourUsername/eco_tycoon.git
  2. Navigate to the project directory:

    cd eco_tycoon
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Running Tests

To run the tests with coverage:

flutter test --coverage

To view the coverage report in HTML format:

genhtml coverage/lcov.info -o coverage/html

License

This project is licensed under the MIT License - see the LICENSE file for details.