Space-invaders style prototype in Flutter. You control the aliens; the ship is AI.
- Overview, features, and structure: see
docs/SUMMARY.md. - Level format and schema: see
docs/LEVELS.md. - Sprites and asset setup: see
docs/SPRITES.md.
flutter run(use-d iosor-d androidto select a device)
- Levels are JSON files in
assets/levels/. The app currently loadsassets/levels/level1.json. - Documentation: see
docs/LEVELS.md(schema, units, examples) anddocs/SUMMARY.md.
- Pre-commit runs
flutter analyze. To run manually:flutter analyze.