Keine Beschreibung

xtruan bd2065c3bb chore: remove donate vor 2 Jahren
.github 3aae10520b fix: workflow vor 2 Jahren
chess c326539e2f chore: fbt format vor 2 Jahren
helpers 44ca70e832 feat: flipbip > flipchess framework updates vor 2 Jahren
icons f66c8ad5b2 fix: ui and icon cleanup vor 2 Jahren
scenes c326539e2f chore: fbt format vor 2 Jahren
views 53b9eb3c41 fix: remove select to exit to avoid hang bug vor 2 Jahren
.gitignore 05b32efa2f feat: initial prototype vor 2 Jahren
LICENSE 05b32efa2f feat: initial prototype vor 2 Jahren
README.md bd2065c3bb chore: remove donate vor 2 Jahren
application.fam 42414c73b0 fix: draw board between all moves vor 2 Jahren
flipchess.c 2c295f7273 fix: version, cleanup scene flow vor 2 Jahren
flipchess.h 2c295f7273 fix: version, cleanup scene flow vor 2 Jahren
flipchess_10px.png f66c8ad5b2 fix: ui and icon cleanup vor 2 Jahren

README.md

flipper-chess

Chess game for Flipper Zero

  • Built against 0.86.1 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)