An open API service indexing awesome lists of open source software.

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.

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)