https://github.com/moinsen-dev/moinsen_physics
Just a simple flutter physics game.
https://github.com/moinsen-dev/moinsen_physics
Last synced: 9 months ago
JSON representation
Just a simple flutter physics game.
- Host: GitHub
- URL: https://github.com/moinsen-dev/moinsen_physics
- Owner: moinsen-dev
- Created: 2024-11-05T13:34:42.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-11-07T13:53:33.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:43:16.354Z (about 1 year ago)
- Language: Dart
- Size: 15.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Physics Games Collection
A Flutter project showcasing various physics-based games and simulations, starting with a Newton's Cradle implementation.
## About
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.
### Current Features
- Newton's Cradle simulation with:
- Pure Dart implementation
- Forge2D (Box2D) physics engine implementation
- Interactive controls for simulation parameters
- Animated wave background
## Purpose
The main goals of this project are:
1. To publish an Android app without requiring a Google Play Store account
2. To create an expanding collection of physics-based games and simulations
3. To demonstrate Flutter's capabilities in creating interactive physics simulations
## Future Plans
More physics games and simulations will be added to this collection, making it a comprehensive showcase of physics-based interactions in Flutter.
## Getting Started
To run this project:
1. Ensure you have Flutter installed on your machine
2. Clone this repository
3. Run `flutter pub get` to install dependencies
4. Use `flutter run` to start the app
## Contributing
Feel free to contribute by:
- Suggesting new physics games/simulations
- Reporting bugs
- Submitting pull requests
## Resources
For help getting started with Flutter development:
- [Flutter Documentation](https://docs.flutter.dev/)
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)