diff --git a/README.md b/README.md index bbaa691..5dce3f0 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ L'objectif est de faire glisser les tuiles sur une grille pour combiner celles d ## Auteurs -Ce projet a été réalisé par l'équipe **La Legion de Muyue** : -* Muyue (Leader) -* Autres Membres +1. Augustin ROUX +2. Deryan Trebeau +3. Jules BRICOU Projet universitaire diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b87f135..c043660 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,7 +14,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Best2048" - tools:targetApi="31"> + tools:targetApi="33"> How to Play Swipe the screen (Up, Down, Left, Right) to move all the tiles.\n\nWhen two tiles with the same number touch, they merge into one!\n\nReach the 2048 tile to win.\n\nThe game is over if the board is full and no moves are possible. About Best 2048 - Version: 1.0 (University Project)\nDeveloped by: La Legion de Muyue\n(Leader: Muyue, Members: 2 others)\n\nBased on the popular game 2048. + Version: 1.0 (University Project)\nDeveloped by: La Legion de Muyue\n(Leader: Muyue, Members: 2 others best members)\n\nBased on the popular game 2048. Website: legion-muyue.fr https://legion-muyue.fr OK