Skip to content

Commit 725f889

Browse files
committed
Preparing for app catalog submittal
1 parent 59b65a9 commit 725f889

7 files changed

+43
-14
lines changed

docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v1.0
2+
3+
- Initial release.

docs/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Flipper-Zero-Laser-Tag
2+
3+
## 🚀 Flipper Zero Laser Tag - Team based
4+
5+
Flipper Zero Laser Tag brings your favorite laser tag experience to your Flipper Zero device! Whether you’re battling friends or just practicing your aim, this open-source project lets you dominate the laser tag arena with just your Flipper Zero.
6+
7+
### ⚡ Key Features:
8+
9+
- **Team Battles**: Choose your team and face off in epic Red vs. Blue laser battles.
10+
- **Real-Time Gameplay**: Smooth and responsive laser firing and hit detection.
11+
- **Immersive Sound**: Laser firing and game-over sounds to enhance your battlefield experience.
12+
- **Dynamic Health and Ammo Bars**: Keep track of your health and ammo with clean, dynamic UI elements.
13+
- **Vibration Feedback**: Feel every hit with integrated vibration feedback.
14+
15+
## 🕹️ How to Play
16+
17+
1. **Select Your Team**: Use the Left or Right button to choose between Red or Blue team.
18+
2. **Fire Your Laser**: Press the OK button to shoot your laser at your opponents.
19+
3. **Reload**: When your ammo runs out, press 'Down' to reload and get back into action.
20+
4. **Survive**: Track your health, and make sure to avoid getting hit by your opponents' lasers. If your health reaches zero, it's game over!
21+
22+
## 🤔 ToDo:
23+
24+
- Allow RFID tags to be scanned with Flipper to add health or other powerups so they can be placed around the play field.
25+
- Possibly tap teammates Flipper to increase their health.

manifest.yml

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Manifest required for the Flipper Application Catalog
2-
# https://github.com/flipperdevices/flipper-application-catalog/blob/main/documentation/Manifest.md
3-
author: "@CodyTolene"
4-
category: "Sub-GHz"
5-
changelog: "@./docs/CHANGELOG.md"
6-
description: "@./docs/README.md"
7-
icon: "icons/toolkit.png"
8-
id: "toolkit"
9-
name: "Development Toolkit"
1+
author: '@RocketGod-git'
2+
category: 'Games'
3+
changelog: '@./docs/CHANGELOG.md'
4+
description: '@./docs/README.md'
5+
icon: 'icons/laser_tag_10px.png'
6+
id: 'lasertag'
7+
name: 'Laser Tag'
108
screenshots:
11-
- "screenshots/todo.png"
12-
short_description: "A Flipper Zero Development Toolkit for all to use!"
9+
- 'screenshots/Screenshot1.png'
10+
- 'screenshots/Screenshot2.png'
11+
- 'screenshots/Screenshot3.png'
12+
- 'screenshots/Screenshot4.png'
13+
short_description: 'Flipper Zero Laser Tag brings your favorite laser tag experience to your Flipper Zero device!'
1314
sourcecode:
1415
location:
15-
commit_sha: ... # Update this with the latest commit sha
16-
origin: https://github.com/CodyTolene/Flipper-Zero-Development-Toolkit.git
17-
subdir: src-fap
16+
commit_sha: 59b65a9
17+
origin: https://github.com/RocketGod-git/Flipper-Zero-Laser-Tag.git
18+
subdir:
1819
type: git
1920
version: 1.0

screenshots/Screenshot1.png

1.44 KB
Loading

screenshots/Screenshot2.png

2.04 KB
Loading

screenshots/Screenshot3.png

1.74 KB
Loading

screenshots/Screenshot4.png

1.46 KB
Loading

0 commit comments

Comments
 (0)