commit | 5bba58561303c3166e6b39ae625ec826ed4de269 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Mon Aug 24 14:47:40 2015 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Mon Aug 24 14:47:40 2015 -0700 |
tree | 293a82ddd1f35dd2c9482eddb345cd33b1f6aba5 | |
parent | 08d392ac510a27852a91514712171438d126bc9a [diff] |
This adds a few starting pages for the Hearts app. - Welcome Screen - Game Chooser - We skip Arrange Players entirely, but can add that later. - Then we can play "Hearts". Or "Proto" as I'm calling it now. I also split apart Game into subclasses for ease of use. ProtoGame and HeartsGame are subclasses that override its "move" method.
This is the basic Getting Started with Sky + some Widgets.
To run this, just do ./packages/sky/sky_tool start
when your phone is connected. Add --install to the end if this is the first run.
You may also want to debug any problems. Use dartanalyzer. dartanalyzer lib/main.dart