No Description

xtruan 7d00831275 feat: update graphic 2 years ago
.github 3aae10520b fix: workflow 2 years ago
chess c326539e2f chore: fbt format 2 years ago
helpers 44ca70e832 feat: flipbip > flipchess framework updates 2 years ago
icons 7d00831275 feat: update graphic 2 years ago
scenes de01e1c881 feat: resume game 2 years ago
views 7d00831275 feat: update graphic 2 years ago
.gitignore 05b32efa2f feat: initial prototype 2 years ago
LICENSE 05b32efa2f feat: initial prototype 2 years ago
README.md bd2065c3bb chore: remove donate 2 years ago
application.fam 42414c73b0 fix: draw board between all moves 2 years ago
flipchess.c de01e1c881 feat: resume game 2 years ago
flipchess.h 86b825d56d feat: FLIPR graphic, version bump 2 years ago
flipchess_10px.png f66c8ad5b2 fix: ui and icon cleanup 2 years ago

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)