Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilienNaveau committed Apr 28, 2024
1 parent 0681c9e commit 7bc80ea
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
Binary file added doc/icons/android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 31 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
### 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

0 comments on commit 7bc80ea

Please sign in to comment.