import 'package:flutter/material.dart'; import './game.dart'; void main() => runApp(MyGame().widget);