Paris Cité student project - group L2H1
Welcome to the Tamagotchi project repository!
-
Clone the Repository:
- Clone the repository using
git clone https://github.com/pacotine/tamagotchi.git. - Access the source folder for the version of your choice in
src/.
- Clone the repository using
-
Configure the Project:
-
Add a
local.propertiesfile at the root of the project if not already present. Declare the variable that points to the path to your SDK (sdk.dir=path/to/your/SDK).Warning: Do not save this file in a Version Control System (VCS) as it contains information specific to your local configuration.
-
Retrieve and add, if not already present, a
google-services.jsonfile in theapp/folder.- Step 1: Connect to the application's Firebase database.
- Step 2: Click on the menu gear, then select Project settings.
- Step 3: In the Your applications tab, select the package
com.l2h1.tamagotchi. - Step 4: Click on the google-services.json download button to retrieve the file.
-
-
Sync with Gradle and Build the Project.
-
Visit Our Website:
-
Download the APK:
- Click on the APK download button for the version of your choice.
-
Override Browser Warnings:
- Override your browser's warning messages about the potential risk of downloading APKs from unknown sources (however, always remain vigilant for other cases).
-
Install the Application:
- If your browser suggests, install the application via the downloaded APK. Otherwise, search for the downloaded APK in your file explorer, then proceed with the installation.
-
Launch the Application:
- Once the application is installed, you can launch it.
The documentation is present in the source code in the 3 versions of the src/ folder.
You can also find the Javadoc generated in the doc/ folder or directly on the site by clicking on Javadoc.