Skip to content

Commit 70c3cfe

Browse files
committed
Clarity changes to the readme.
1 parent 281715a commit 70c3cfe

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

readme.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
11
**MechaHamster: Level Up with Firebase Edition**
22
======
33

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.
75

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!
107

118
## Motivation
129

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!
1613

1714
## Overview
1815

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:
2017
* [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.
2319
* [Firebase Remote Config][] to allow game admins to run experiments on game data without
2420
redeploying a new build of the game.
2521

2622
## Downloading
2723

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:
3125
```
3226
git clone --branch main https://github.com/firebase/level-up-with-firebase.git
3327
```

0 commit comments

Comments
 (0)