Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T09:43:25.000Z (over 5 years ago)
- Last Synced: 2024-11-14T12:23:40.450Z (3 months 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
![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/1.png)
![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/2.png)![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/3.png)
![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/4.png)![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/5.png)
![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/6.png)# Firebase connection
![Screenshot](https://github.com/german-jongewaard/DuckHunt/blob/master/app/src/main/firebaseduck.png)
## 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 .