https://github.com/saransh-cpp/popitup
An Android-based Augmented Reality game.
https://github.com/saransh-cpp/popitup
admob-sdk android arcore-sdk firebase firestore game sceneform-sdk
Last synced: 26 days ago
JSON representation
An Android-based Augmented Reality game.
- Host: GitHub
- URL: https://github.com/saransh-cpp/popitup
- Owner: Saransh-cpp
- Created: 2021-04-20T18:55:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T10:31:16.000Z (about 3 years ago)
- Last Synced: 2025-02-01T08:15:44.013Z (over 1 year ago)
- Topics: admob-sdk, android, arcore-sdk, firebase, firestore, game, sceneform-sdk
- Language: Java
- Homepage:
- Size: 3.69 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PopItUp
An Augmented Reality game, built with Google ARCore SDK and Google Sceneform SDK for Android.
## Augmented Reality
- The `sceneform SDK` was injected externally in the app (due to the deprecation) and hence, this repository has more Java code than the Kotlin code.
- A lot if changes were made to the `sceneform SDK` itself, to make it compatible with `AndroidX` and other new updates.
- The app spawns 20 spheroids in the real world which the users can shoot with an AR bullet.
## LeaderBoard
- The app provides a `Google Sign In` option using `Firebase` which is further used to store a user's data into `Firestore`.
- Whenever the user creates a new high score (lesser the time, greater the score), the leaderboard is updated live and automatically.
- The app uses `FirestoreRecyyclerView` to bind all the live data into a `RecyclerView`.
## Other screens
- Other screens (or `fragments` and `activities`) are mostly static.
- The result screen shows the time taken by the user to complete the game and also let's them know if their score was updated.
- The about screen is static except for the AD present at the bottom,, which is spawned using `Google AdMob SDK`.
- Home screen has 2 buttons, one to start the game and another to sign out of the app.
## App screens


## Gameplay
### The first working prototype
https://user-images.githubusercontent.com/74055102/127104581-e7405b7f-a8cc-4920-81cc-db5bc9b3f72f.mp4
### Gameplay of the latest version
https://user-images.githubusercontent.com/74055102/200862989-d398765d-bc62-40a6-a094-149486707f1f.mov