Skip to content

imaNNeo/save_the_potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9d803a ยท Nov 29, 2024
Jan 3, 2024
Nov 28, 2024
Jul 14, 2024
Dec 22, 2023
Nov 28, 2024
Nov 29, 2024
Apr 22, 2024
Nov 28, 2024
Dec 20, 2023
Dec 10, 2023
Apr 22, 2024
Apr 17, 2024
Dec 8, 2023
Nov 29, 2024
Dec 20, 2023
May 11, 2024
Jun 26, 2024
Dec 8, 2023
Dec 26, 2023
Apr 17, 2024
Nov 28, 2024
Nov 29, 2024

Repository files navigation

Save The Potato

Winner of the Flame Jam 3 ๐Ÿ†

Behind the Scene Demo

General info

This game is developed during the Flame Game Jam 3 by Fateme and @imaNNeo(me) using Flutter and Flame game engine

  • 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

Development

You need to run fastlane match development to get the certificates and profiles for development (based on this article) 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 ID

Also, 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