diff --git a/doc/icons/android.png b/doc/icons/android.png new file mode 100644 index 0000000..714b12e Binary files /dev/null and b/doc/icons/android.png differ diff --git a/readme.md b/readme.md index b5f7d38..6c8ecb9 100644 --- a/readme.md +++ b/readme.md @@ -3,9 +3,35 @@ "Un jeu pour faire rebondir les mots" par Michel Cheenne. Implementation par Maximilien Naveau -## Structure of this repository +## Installation -This repository is decoupled into 3 different packages: -- [trampoline_kivy](trampoline_kivy) -- [trampoline_pygame](trampoline_pygame) -- [trampoline_unity](trampoline_unity) \ No newline at end of file +### Android ![Alt Text](doc/icons/android.png) + +For the install of the android APK, one hase several options: +- 1. F-Droid +- 2. Github release + +In order to install with F-Droid please foloow these steps: +- Download the latext version of [F-droid here](https://f-droid.org/fr/) and install it one you phone if not done already. +- Add my repository to the F-Droid repos. + - Open F-Droid, + - go to settings, + - Select Repositories + - Add a repository + - enter this url: https://raw.githubusercontent.com/MaximilienNaveau/magamajo/master/fdroid/repo?fingerprint=BABC4B08FB8BA7C11E54FD317FF3F3D43FBF4891C64F0B2517523E53273B37BC +- Then look for "trampoline" and install the recommanded version. + +Using the Github release one can simply go to https://github.com/MaximilienNaveau/trampoline and check the side panels for releases and select the most recent one. + +### WebGL + +There is a deployed version of the WebGL bienraies here: +https://maximiliennaveau.github.io/trampoline/ +Simply click and enjoy. These WebGL might be buggy on Android. + +In order to deploy the WebGl app inyour WebSite one can simply dowlnoad the binaries from the GitHub release unde https://github.com/MaximilienNaveau/trampoline. Each release has a WebGL zip files that one can install on it's own website. + +### Linux + +One need to download the standalone binaries available in each release on the Github website. +https://github.com/MaximilienNaveau/trampoline