|
1 | 1 | **MechaHamster: Level Up with Firebase Edition**
|
2 | 2 | ======
|
3 | 3 |
|
4 |
| -The original version of MechaHamster is a game about guiding a futuristic hamster ball |
5 |
| -through dangerous space mazes, that allowed users to create mazes of their own, and share |
6 |
| -them with friends. |
| 4 | +The original version of MechaHamster is a game about guiding a futuristic hamster ball through dangerous space mazes, allowing users to create mazes of their own and share them with friends. |
7 | 5 |
|
8 |
| -This version has gone back to basics and removed Firebase and all other Google |
9 |
| - functionality. It's your mission, if you choose to accept it, to reintegrate some of it yourself! |
| 6 | +This new version has gone back to basics and removed Firebase and all other Google products’ functionality altogether. It's your mission, if you choose to accept it, to personally integrate some of it yourself! |
10 | 7 |
|
11 | 8 | ## Motivation
|
12 | 9 |
|
13 |
| -While the original MechaHamster serves as a demonstration, sample, and reference for integrating |
14 |
| -[Firebase][] with the [Firebase Unity SDK][] into a game project, this time, as you rebuild the Firebase |
15 |
| -functionality of the game you'll learn more about how Firebase works while doing so! |
| 10 | +While the original MechaHamster serves as a demonstration, sample, and reference for how to integrate |
| 11 | +[Firebase][] into a game project using the the [Firebase Unity SDK][] - this time, as you rebuild the Firebase |
| 12 | +functionality of the game yourself you'll learn more about how Firebase works first hand - trial by fire! |
16 | 13 |
|
17 | 14 | ## Overview
|
18 | 15 |
|
19 |
| -Once completed, **MechaHamster: Level Up with Firebase Edition** demonstrates the following concepts: |
| 16 | +After this codelab, the completed version of **MechaHamster: Level Up with Firebase Edition** demonstrates the following concepts: |
20 | 17 | * [Firebase Analytics][] to measure various aspects of user behavior.
|
21 |
| - * [Firebase Crashlytics][] to capture and annotate crashes in game play and help |
22 |
| - developers diagnose and fix issues. |
| 18 | + * [Firebase Crashlytics][] to capture and annotate crashes in gameplay that will help developers diagnose and fix issues. |
23 | 19 | * [Firebase Remote Config][] to allow game admins to run experiments on game data without
|
24 | 20 | redeploying a new build of the game.
|
25 | 21 |
|
26 | 22 | ## Downloading
|
27 | 23 |
|
28 |
| -**MechaHamster: Level Up with Firebase Edition** can be downloaded from [Github][]. |
29 |
| - |
30 |
| -To do so from the git CLI: |
| 24 | +**MechaHamster: Level Up with Firebase Edition** can be downloaded from [GitHub][] using the following command: |
31 | 25 | ```
|
32 | 26 | git clone --branch main https://github.com/firebase/level-up-with-firebase.git
|
33 | 27 | ```
|
|
0 commit comments