](https://f-droid.org/packages/io.github.mwageringel.everest/)
8 |
9 | ## Build dependencies
10 |
11 | Building with `make` requires `curl, rsvg-convert, imagemagick, java 17+` and optionally `flutter`.
12 |
13 | Either use the pinned version of Flutter (`./vendor/flutter/bin/flutter`):
14 |
15 | git submodule update --init --recursive
16 | make
17 |
18 | Or use the Flutter version installed on your system:
19 |
20 | make FLUTTER=flutter
21 |
22 | (If you use Android Studio, make sure that `flutter.sdk` and the Android `sdk.dir`
23 | are set correctly in the untracked file `./android/local.properties`.)
24 |
25 |
26 | APK signing certificate fingerprint (SHA-256) of releases on GitHub:
27 |
28 | 576bae61b2aba5d1d32a17d373baa36e05beaaefb67d9b47218d004c0e8333d9
29 |
30 | ## Available Languages
31 |
32 | - English
33 | - French
34 | - German
35 | - Italian
36 | - Spanish
37 | - Ukrainian
38 |
39 | Thanks to all the contributors.
40 | Additional translations are welcome – these are the files to translate:
41 | - [metadata/en-US/full_description.txt](metadata/en-US/full_description.txt)
42 | - [metadata/en-US/short_description.txt](metadata/en-US/short_description.txt)
43 | - [lib/l10n/app_en.arb](lib/l10n/app_en.arb)
44 |
--------------------------------------------------------------------------------
/android/app/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 | A mathematical puzzle game
23 |32 | Recommended if you have an Android device (with Android 4.1 or above). 33 |
34 | 35 |
36 |
37 |
38 |
43 | The web app opens directly in your web browser.
44 | Its layout works best with mobile devices or small browser windows.
45 |
46 | On iOS, you can add the app to your Home Screen via the Share menu.
47 |
58 | No mathematical knowledge is required beyond basic arithmetics. 59 | All the rules of the game are found through exploration, 60 | based on the concept of discovery learning. 61 |
62 |63 | The game is free and fully open source – available on GitHub. 64 | 65 | 66 | 69 | 70 | 71 |
72 |