flutters
flutters is a demo game powered by flutter and flame. i wrote it to test out its performance and gaming capabilities and decided to open source it, so you can learn to flutter aswell.
why is a flutter game awesome?
- apps run on ios and android
- awesome hot-reloading
- compiles to native
- it is simple to learn
contributing
contributions are what make the open source community such an amazing place to be learn, inspire, and create. any contributions you make are greatly appreciated.
- download the project
- create your feature branch (
git checkout -b feature/amazingfeature
) - commit your changes (
git commit -m 'add some amazingfeature
) - push to the branch (
git push origin feature/amazingfeature
) - open a pull request
Comments are closed.