WillyJL 1864a26b28 Better subtree scripts (#25) 1 éve
..
assets 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins 2 éve
common df82b07e5c Keep subtree's submodules locked to parent's defined commit 1 éve
.gitsubtree 1864a26b28 Better subtree scripts (#25) 1 éve
LICENSE 27d4d8c1d8 Fix merge 2 éve
README.md 27d4d8c1d8 Fix merge 2 éve
application.fam 27d4d8c1d8 Fix merge 2 éve
blackjack.c fe2077c82e New formatting 1 éve
blackjack_10px.png 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins 2 éve
defines.h fe2077c82e New formatting 1 éve
ui.c fe2077c82e New formatting 1 éve
ui.h 007e5e961a Add blackjack from https://github.com/xMasterX/all-the-plugins 2 éve
util.c fe2077c82e New formatting 1 éve
util.h fe2077c82e New formatting 1 éve

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