Skip to content

Commit

Permalink
upd lasertag
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 10, 2024
1 parent 75cad48 commit c7b0c1a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion non_catalog_apps/laser_tag_game/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ App(
cdefines=["APP_LASER_TAG"],
fap_category="Games",
fap_author="@RocketGod-git & @jamisonderek",
fap_version="2.0",
fap_version="2.1",
fap_description="Laser Tag game for Flipper Zero",
fap_icon="icons/laser_tag_10px.png",
fap_libs=["assets"],
Expand Down
14 changes: 10 additions & 4 deletions non_catalog_apps/laser_tag_game/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
## v2.1

- Updates to Flipper App Catalog layout by RocketGod (@RocketGod-git)


## v2.0

- Add RFID support for ammo reload by @jamisonderek
- Add external infrared board support by @RocketGod-git
- Add RFID support for ammo reload by codeallnight (@jamisonderek)
- Add external infrared board support by RocketGod (@RocketGod-git)


## v1.1

- Update app icon
- Update app icon by RocketGod (@RocketGod-git)


## v1.0

- Initial release.
- Initial release by RocketGod (@RocketGod-git)
12 changes: 6 additions & 6 deletions non_catalog_apps/laser_tag_game/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laser Tag
## **Laser Tag**
**Turn your Flipper Zero into a Laser Tag Device!**

## Real World - Team based Laser Tag game
Expand All @@ -14,11 +14,11 @@ Use Flipper Zero as your laser blaster, RFID scan for power-ups, and automatic d
- **External IR Boards**: Add or remove an external infrared blaster anytime during gameplay to switch between internal/external IR gun or swap weapons.

## 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!
5. **RFID Powerups**: Press the UP button during gameplay to scan a Powerup Tag.
- **Select Your Team**: Use the Left or Right button to choose between Red or Blue team.
- **Fire Your Laser**: Press the OK button to shoot your laser at your opponents.
- **Reload**: When your ammo runs out, press 'Down' to reload and get back into action.
- **Survive**: Track your health, and make sure to avoid getting hit by your opponents' lasers. If your health reaches zero, it's game over!
- **RFID Powerups**: Press the UP button during gameplay to scan a Powerup Tag.

## Current Powerups for RFID Tags (T5577/EM4100):
- **Universal Ammo Refill**: 13 37 00 FD 0A – Increases ammo by 0x0A for any player.
Expand Down
2 changes: 1 addition & 1 deletion non_catalog_apps/laser_tag_game/lfrfid_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ void lfrfid_reader_stop(LFRFIDReader* reader);
* @brief Frees the LFRFIDReader.
* @param reader LFRFIDReader to free.
*/
void lfrfid_reader_free(LFRFIDReader* reader);
void lfrfid_reader_free(LFRFIDReader* reader);

0 comments on commit c7b0c1a

Please sign in to comment.