Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niewidzialny84/sm_project_bang
Studies project of BANG game for mobile systems
https://github.com/niewidzialny84/sm_project_bang
android ios project studies
Last synced: 10 days ago
JSON representation
Studies project of BANG game for mobile systems
- Host: GitHub
- URL: https://github.com/niewidzialny84/sm_project_bang
- Owner: Niewidzialny84
- License: mit
- Created: 2024-01-15T11:53:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T20:42:44.000Z (11 months ago)
- Last Synced: 2024-01-28T19:32:36.426Z (11 months ago)
- Topics: android, ios, project, studies
- Language: C#
- Homepage:
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SM_Project_BANG
Studies project of BANG game for mobile systems## Concept
BANG is a dueling game where two (or more) people face each other in a series of duels. This duel similar to all wester revolver duels but instead of revoler you use your phone. As a result core mechanic of the game revolves around `placing phone in holster` and `drawing phone from holster`.
Example 2 player flow could be described in this steps:
1. Player 1 and Player 2 starts the app.
2. Player 1 creates lobby and gives invite to Player 2.
3. Player 2 joins the lobby.
4. Both Players confirm their readines.
5. Game starts both Players should place press the ready button.
6. When both Players are ready internal timer starts the game.
7. After 5s time period Players are notified by another vibration to shoot.
8. Each Player shoots (Rise arm with phone upward as fast as possible).
9. Times for rising the phone are compared and faster Player wins.
10. Game ends, Players return to title screen.This example flow was also ilustraed in diagram below.
![concept](docs/img/concept.png)
(Optional feature) For more than 2 players duels you choose which Player is your target. Most chosen and slowest Player dies, and the next rounds continues until single winner is decided.