Willy-JL ff24807dc8 Fix remote fetch order hace 1 año
..
assets 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins hace 2 años
common 27d4d8c1d8 Fix merge hace 2 años
.gitsubtree ff24807dc8 Fix remote fetch order hace 1 año
LICENSE 27d4d8c1d8 Fix merge hace 2 años
README.md 27d4d8c1d8 Fix merge hace 2 años
application.fam 27d4d8c1d8 Fix merge hace 2 años
blackjack.c 27d4d8c1d8 Fix merge hace 2 años
blackjack_10px.png 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins hace 2 años
defines.h 27d4d8c1d8 Fix merge hace 2 años
ui.c 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins hace 2 años
ui.h 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins hace 2 años
util.c 27d4d8c1d8 Fix merge hace 2 años
util.h 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins hace 2 años

README.md

GitHub release License issues - flipper-zero_authenticator maintained - yes contributions - welcome

Blackjack for Flipper Zero

Play screen

Building

The app should be compatible with the official and custom flipper firmwares. If not, follow these steps to build it yourself

  • Download your firmware's source code
  • Clone the repository recursively git clone REPO_URL --recursive into the firmware's applications_user folder
  • Navigate into the firmwares root folder
  • Make sure you can use the Fipper build tool
  • To build the project, type this into your console:

    Linux

    ./fbt fap_{APP_NAME}

    Windows

    fbt.cmd fap_{APP_NAME}

  • the finished build will be in the following location, copy this into your SD card: build\f7-firmware-D.extapps\blackjack.fap