https://github.com/german-jongewaard/duckhunt
Duck Hunt is a shooter game in which the objective is to shoot moving targets on the mobile screen in mid-flight. The game is played from a first-person perspective, which the player presses with his finger and shoots the screen.
https://github.com/german-jongewaard/duckhunt
android-app android-application android-studio androidstudio firebase java java-library xml
Last synced: about 2 months ago
JSON representation
Duck Hunt is a shooter game in which the objective is to shoot moving targets on the mobile screen in mid-flight. The game is played from a first-person perspective, which the player presses with his finger and shoots the screen.
- Host: GitHub
- URL: https://github.com/german-jongewaard/duckhunt
- Owner: german-jongewaard
- Created: 2019-06-14T09:05:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T09:43:25.000Z (about 7 years ago)
- Last Synced: 2025-01-14T05:27:55.077Z (over 1 year ago)
- Topics: android-app, android-application, android-studio, androidstudio, firebase, java, java-library, xml
- Language: Java
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DuckHunt
Duck Hunt is a shooter game in which the objective is to shoot moving targets on the mobile screen in mid-flight. The game is played from a first-person perspective, which the player presses with his finger and shoots the screen.
Features:
- Designed and built for Android, it looks and feels at home on your device.
- It connects with the Firebase service and stores the player's name and score, and then shows it in a ranking.
## Screenshots of the game






# Firebase connection

## Open-Source Libraries
DuckHunt uses the connection with Firebase to save the first 10 winners in descending order.
## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .