Просмотр исходного кода

Preparing for app catalog submittal

RocketGod 1 год назад
Родитель
Сommit
725f8891d4

+ 3 - 0
docs/CHANGELOG.md

@@ -0,0 +1,3 @@
+## v1.0
+
+- Initial release.

+ 25 - 0
docs/README.md

@@ -0,0 +1,25 @@
+# Flipper-Zero-Laser-Tag
+
+## 🚀 Flipper Zero Laser Tag - Team based
+
+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.
+
+### ⚡ Key Features:
+
+- **Team Battles**: Choose your team and face off in epic Red vs. Blue laser battles.
+- **Real-Time Gameplay**: Smooth and responsive laser firing and hit detection.
+- **Immersive Sound**: Laser firing and game-over sounds to enhance your battlefield experience.
+- **Dynamic Health and Ammo Bars**: Keep track of your health and ammo with clean, dynamic UI elements.
+- **Vibration Feedback**: Feel every hit with integrated vibration feedback.
+
+## 🕹️ How to Play
+
+1. **Select Your Team**: Use the Left or Right button to choose between Red or Blue team.
+2. **Fire Your Laser**: Press the OK button to shoot your laser at your opponents.
+3. **Reload**: When your ammo runs out, press 'Down' to reload and get back into action.
+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!
+
+## 🤔 ToDo: 
+
+- Allow RFID tags to be scanned with Flipper to add health or other powerups so they can be placed around the play field. 
+- Possibly tap teammates Flipper to increase their health.

+ 15 - 14
manifest.yml

@@ -1,19 +1,20 @@
-# Manifest required for the Flipper Application Catalog
-# https://github.com/flipperdevices/flipper-application-catalog/blob/main/documentation/Manifest.md
-author: "@CodyTolene"
-category: "Sub-GHz"
-changelog: "@./docs/CHANGELOG.md"
-description: "@./docs/README.md"
-icon: "icons/toolkit.png"
-id: "toolkit"
-name: "Development Toolkit"
+author: '@RocketGod-git'
+category: 'Games'
+changelog: '@./docs/CHANGELOG.md'
+description: '@./docs/README.md'
+icon: 'icons/laser_tag_10px.png'
+id: 'lasertag'
+name: 'Laser Tag'
 screenshots:
-  - "screenshots/todo.png"
-short_description: "A Flipper Zero Development Toolkit for all to use!"
+  - 'screenshots/Screenshot1.png'
+  - 'screenshots/Screenshot2.png'
+  - 'screenshots/Screenshot3.png'
+  - 'screenshots/Screenshot4.png'
+short_description: 'Flipper Zero Laser Tag brings your favorite laser tag experience to your Flipper Zero device!'
 sourcecode:
   location:
-    commit_sha: ... # Update this with the latest commit sha
-    origin: https://github.com/CodyTolene/Flipper-Zero-Development-Toolkit.git
-    subdir: src-fap
+    commit_sha: 59b65a9
+    origin: https://github.com/RocketGod-git/Flipper-Zero-Laser-Tag.git
+    subdir:
   type: git
 version: 1.0

BIN
screenshots/Screenshot1.png


BIN
screenshots/Screenshot2.png


BIN
screenshots/Screenshot3.png


BIN
screenshots/Screenshot4.png