A Flutter project showcasing various physics-based games and simulations, starting with a Newton's Cradle implementation.
This project was primarily developed with the assistance of AI Cursor. It serves as a collection of physics-based games and simulations built using Flutter.
- Newton's Cradle simulation with:
- Pure Dart implementation
- Forge2D (Box2D) physics engine implementation
- Interactive controls for simulation parameters
- Animated wave background
The main goals of this project are:
- To publish an Android app without requiring a Google Play Store account
- To create an expanding collection of physics-based games and simulations
- To demonstrate Flutter's capabilities in creating interactive physics simulations
More physics games and simulations will be added to this collection, making it a comprehensive showcase of physics-based interactions in Flutter.
To run this project:
- Ensure you have Flutter installed on your machine
- Clone this repository
- Run
flutter pub getto install dependencies - Use
flutter runto start the app
Feel free to contribute by:
- Suggesting new physics games/simulations
- Reporting bugs
- Submitting pull requests
For help getting started with Flutter development: