firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
206 stars 122 forks source link

database-setup-bug-fixes #51

Closed Grant-Postma closed 4 years ago

Grant-Postma commented 4 years ago

Touch Listener hitbox correction. Change back to MainMenu if game_uuid doesn't exist. Added game over firebase field in game_uuid. Removeing Game_Uuid on game over. Added game_outcome tracker. Leave button functionality.

DellaBitta commented 4 years ago

Thanks for the changes!