Skip to content
Snippets Groups Projects
Commit ab4146b9 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Add minimal empty application

parent 1cda6c55
No related branches found
No related tags found
1 merge request!1Resolve "Add minimal empty application"
Pipeline #1831 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
with 29 additions and 0 deletions
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.1
app.versionCode=1
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
include ':app'
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
def properties = new Properties()
assert localPropertiesFile.exists()
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assets/empty.png

170 B

assets/icons/button_back.png

3.66 KiB

assets/icons/button_start.png

3.88 KiB

assets/icons/difficulty_easy.png

2.77 KiB

assets/icons/difficulty_hard.png

2.59 KiB

assets/icons/difficulty_medium.png

2.79 KiB

assets/icons/game_win.png

7.72 KiB

assets/skins/default_tile_black.png

3.3 KiB

assets/skins/default_tile_white.png

3.19 KiB

Add initial empty app
Improve CI/CD, add jabber notification on create tag
Add minimal playable game.
Finalize minimal gameplay.
Remove flag on cell when explored.
Ensure first cell is not mined (postone put mines on board)
Simple Reversi Game
fastlane/metadata/android/en-US/images/icon.png

21.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment