Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imaNNeo/save_the_potato
https://github.com/imaNNeo/save_the_potato
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/imaNNeo/save_the_potato
- Owner: imaNNeo
- License: other
- Created: 2023-12-08T20:23:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:10:56.000Z (3 months ago)
- Last Synced: 2024-07-30T14:25:51.099Z (3 months ago)
- Language: Dart
- Homepage: http://savethepotato.com
- Size: 91.7 MB
- Stars: 31
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flame - source-code - 🥇 Winner of [Flame Game Jam 3.0](https://itch.io/jam/flame-jam-3/results) - Rotate the shields and save the potato from incoming orbs! By [imaNNeo](https://imanneo.dev). [for Android or iOS](http://savethepotato.com) (Projects / App Releases)
README
# Save The Potato
#### Winner of the **[Flame Jam 3](https://itch.io/jam/flame-jam-3/results)** 🏆
| Behind the Scene | Demo |
|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| [](https://youtu.be/KQkTBiRJltM) | [](https://youtu.be/IuXIr0qrsvM) |## General info
This game is developed during the [Flame Game Jam 3](https://itch.io/jam/flame-jam-3) by [Fateme](hhttps://www.linkedin.com/in/fateme-bahrami-388585156) and [@imaNNeo](https://github.com/imaNNeo)(me) using [Flutter](https://flutter.dev/) and [Flame game engine](https://flame-engine.org/)* There was a theme that we needed to stick into it, it was **Hot & Cold**
* There were three limitations that we could choose from:
* Single Button Input
* Multiple Endings
* **No Text** (this is what we chose)## Useful links
* Play it live [here](https://savethepotato.app2pack.dev/)
* [Demo video](https://www.youtube.com/watch?v=IuXIr0qrsvM)
* This is [our submission at itch](https://itch.io/jam/flame-jam-3/rate/2414926)
* Icon set is from [FlatIcon](https://www.flaticon.com/icon-fonts-most-downloaded?weight=bold&type=uicon)# Development
You need to run `fastlane match development` to get the certificates and profiles for development (based on [this article](https://medium.com/@seshasai_30381/flutter-github-actions-a-ci-cd-pipeline-for-flutter-apps-with-github-actions-fastlane-and-7ca9a6b2a1cc))
To do that, you have to setup the below environment variables (these are on the Bitwarden):
* `FASTLANE_USER` => Your team id of Apple Developer
* `ITC_TEAM_ID` => Your team id of App Store Connect
* `TEAM_ID` => Your Apple Developer Team IDAlso, we run `fastlane match appstore` to get the certificates and profiles for the publish process (it handled in the CI/CD)
Run `flutterfire configure --project=save-the-potato` to setup the firebase project
# Release
Here is the [release guide](./docs/RELEASE_GUIDE.md)