Bez popisu

Struan ee94a9ade8 Merge pull request #12 from xtruan/develop před 1 rokem
.github 5710cd8249 fix: bump build version, fix warnings před 1 rokem
catalog 77f2a20000 chore: bump catalog again před 1 rokem
chess ad09400dd7 chore: run fbt před 1 rokem
helpers ad09400dd7 chore: run fbt před 1 rokem
icons 8c82df3c31 fix: bump version, gfx update před 1 rokem
sam ad09400dd7 chore: run fbt před 1 rokem
scenes ad09400dd7 chore: run fbt před 1 rokem
views ad09400dd7 chore: run fbt před 1 rokem
.gitignore 675e1456f0 fix/illegal-move před 1 rokem
LICENSE 05b32efa2f feat: initial prototype před 2 roky
README.md 5710cd8249 fix: bump build version, fix warnings před 1 rokem
application.fam 9d481a1f19 chore: bump version před 1 rokem
flipchess.c d00c818b65 chore: remove view_dispatcher_enable_queue před 1 rokem
flipchess.h 9d481a1f19 chore: bump version před 1 rokem
flipchess_10px.png e884872911 fix: icon color depth, closes #2 před 2 roky

README.md

flipper-chess

Build

HOW ABOUT A NICE GAME OF CHESS?

FLIPR

Chess game for Flipper Zero

  • Built against 0.104.0 Flipper Zero firmware release
  • Uses smallchesslib

Installation

Usage

  • Start "Chess" plugin

Build

  • Recursively clone your base firmware (official or not)
  • Clone this repository in applications_user
  • Build with ./fbt fap_dist APPSRC=applications_user/flipper-chess
  • Retrieve build fap in dist subfolders

(More info about build tool here)