Skip to content

Commit

Permalink
add new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 2, 2024
1 parent e575513 commit d848829
Show file tree
Hide file tree
Showing 87 changed files with 2,085 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
| Sokoban | ![Games Badge] | [by Racso](https://github.com/Racso/fzero-apps/tree/main) | | [![Author Badge]](https://lab.flipper.net/apps/racso_sokoban) |
| Игра «Виселица» («Балда») | ![Games Badge] | [by bolknote](https://github.com/bolknote/Flipper-Zero-Hangman-Game) | | ![None Badge] |
| City Bloxx | ![Games Badge] | [by Milk-Cool](https://github.com/Milk-Cool/fz-citybloxx) | | ![None Badge] |
| Tarot spread | ![Games Badge] | [by pionaiki](https://github.com/pionaiki/fz-tarot) | | ![None Badge] |
| Air Mouse | ![GPIO Badge] | [by ginkage](https://github.com/ginkage/FlippAirMouse/) | | [![Author Badge]](https://lab.flipper.net/apps/air_mouse) |
| Plantower PMSx003 sensor reader | ![GPIO Badge] | [by 3cky](https://github.com/3cky/flipperzero-airmon) | | [![UFW Badge]](https://lab.flipper.net/apps/airmon) |
| Bar code scanner emulator via COM port | ![GPIO Badge] | [by polarikus](https://github.com/polarikus/flipper-zero_bc_scanner_emulator) | | ![None Badge] |
Expand Down Expand Up @@ -243,6 +244,7 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
| Resistance calculator | ![Tools Badge] | [by instantiator](https://github.com/instantiator/flipper-zero-experimental-apps) | | [![UFW Badge]](https://lab.flipper.net/apps/resistors) |
| Simple calendar app | ![Tools Badge] | [by Adiras](https://github.com/Adiras/flipperzero-calendar) | | ![None Badge] |
| Programmer Calculator | ![Tools Badge] | [by armixz](https://github.com/armixz/Flipper-Zero-Programmer-Calculator) | | ![None Badge] |
| Tone Generator | ![Tools Badge] | [by GEMISIS](https://github.com/GEMISIS/tone_gen/) | | ![None Badge] |
| USB HID Autofire | ![USB Badge] | [by pbek](https://github.com/pbek/usb_hid_autofire) | | ![None Badge] |
| USB Consumer Control | ![USB Badge] | [by WithSecureLabs](https://github.com/WithSecureLabs/usb-consumer-control/tree/main) | | ![None Badge] |

Expand Down
5 changes: 5 additions & 0 deletions non_catalog_apps/tarot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist/*
.vscode
.clang-format
.editorconfig
.DS_Store
674 changes: 674 additions & 0 deletions non_catalog_apps/tarot/LICENSE

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions non_catalog_apps/tarot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[![FAP: Build for multiple SDK sources](https://github.com/pionaiki/fz-tarot/actions/workflows/build.yml/badge.svg)](https://github.com/pionaiki/fz-tarot/actions/workflows/build.yml)
[![FAP Release](https://flipc.org/pionaiki/fz-tarot/badge)](https://flipc.org/pionaiki/fz-tarot)
[![FAP Candidate](https://flipc.org/pionaiki/fz-tarot/badge?channel=rc)](https://flipc.org/pionaiki/fz-tarot?channel=rc)
[![FAP dev](https://flipc.org/pionaiki/fz-tarot/badge?channel=dev)](https://flipc.org/pionaiki/fz-tarot?channel=dev)

![Banner](.flipcorg/banner.png)

# fz-tarot
Tarot spread for Flipper Zero. This app can give you a linear spread of the major arcana cards (minor arcana is planned to be added).

## Download
- Full releases are available for the release firmware channel on the [releases page](https://github.com/pionaiki/fz-tarot/releases)
- Releases are available on [FlipC.org](https://flipc.org/pionaiki/fz-tarot)
- Releases for the dev, and rc channels are available on the [Github actions page](https://github.com/pionaiki/fz-tarot/actions/workflows/build.yml)

## Roadmap
- [ ] Add upside-down cards
- [ ] Add Minor arcana
- [ ] Make the random number generator source radio
- [ ] Make a deck browser

## Credits
- Code: [pionaiki](https://github.com/pionaiki)
- Art: [tihyltew](https://github.com/tihyltew)
14 changes: 14 additions & 0 deletions non_catalog_apps/tarot/application.fam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
App(
appid="tarot", # Must be unique
name="Tarot", # Displayed in menus
apptype=FlipperAppType.EXTERNAL,
entry_point="tarot_app",
stack_size=2 * 1024,
fap_category="Games",
fap_version=(0, 1), # (major, minor)
fap_icon="tarot.png", # 10x10 1-bit PNG
fap_description="Tarot card reader",
fap_author="pionaiki & tihyltew",
fap_weburl="https://github.com/pionaiki/fz-tarot",
fap_icon_assets="images", # Image assets to compile for this application
)
Binary file added non_catalog_apps/tarot/images/cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/github_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_0_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_10_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_11_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_12_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_13_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_14_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_15_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_16_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_17_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_18_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_19_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added non_catalog_apps/tarot/images/major_1_.png
Binary file added non_catalog_apps/tarot/images/major_2.png
Binary file added non_catalog_apps/tarot/images/major_20.png
Binary file added non_catalog_apps/tarot/images/major_20_.png
Binary file added non_catalog_apps/tarot/images/major_21.png
Binary file added non_catalog_apps/tarot/images/major_21_.png
Binary file added non_catalog_apps/tarot/images/major_2_.png
Binary file added non_catalog_apps/tarot/images/major_3.png
Binary file added non_catalog_apps/tarot/images/major_3_.png
Binary file added non_catalog_apps/tarot/images/major_4.png
Binary file added non_catalog_apps/tarot/images/major_4_.png
Binary file added non_catalog_apps/tarot/images/major_5.png
Binary file added non_catalog_apps/tarot/images/major_5_.png
Binary file added non_catalog_apps/tarot/images/major_6.png
Binary file added non_catalog_apps/tarot/images/major_6_.png
Binary file added non_catalog_apps/tarot/images/major_7.png
Binary file added non_catalog_apps/tarot/images/major_7_.png
Binary file added non_catalog_apps/tarot/images/major_8.png
Binary file added non_catalog_apps/tarot/images/major_8_.png
Binary file added non_catalog_apps/tarot/images/major_9.png
Binary file added non_catalog_apps/tarot/images/major_9_.png
Binary file added non_catalog_apps/tarot/images/tarot_back.png
Loading

0 comments on commit d848829

Please sign in to comment.