a copy of 2654E's path planner but with updated assets for push back game
compile with:
install flutter
install xcode & CocoaPods
install cargo
check installation: flutter doctor
install dependencies: flutter pub get
compile rust portion: cargo build --release --manifest-path rust/Cargo.toml
compile the mac app: flutter build macos
this builds mac app in: /build/macos/Build/Products/Release/al_planner.app