Skip to content

e-rook/Retaliation

Repository files navigation

Retaliation

Space-invaders style prototype in Flutter. You control the aliens; the ship is AI.

Summary

  • Overview, features, and structure: see docs/SUMMARY.md.
  • Level format and schema: see docs/LEVELS.md.
  • Sprites and asset setup: see docs/SPRITES.md.

Run

  • flutter run (use -d ios or -d android to select a device)

Levels

  • Levels are JSON files in assets/levels/. The app currently loads assets/levels/level1.json.
  • Documentation: see docs/LEVELS.md (schema, units, examples) and docs/SUMMARY.md.

Analyze & Hooks

  • Pre-commit runs flutter analyze. To run manually: flutter analyze.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published