Nincs leírás

xtruan 672da2c99e fix: reamde 2 éve
.github 229c7bd3a0 fix: workflows, scene flow 2 éve
chess 357f9a8bd4 fix: add fallthrough comments 2 éve
helpers 44ca70e832 feat: flipbip > flipchess framework updates 2 éve
icons f66c8ad5b2 fix: ui and icon cleanup 2 éve
scenes b6e8aa15e4 fix: ui cleanup 2 éve
views f66c8ad5b2 fix: ui and icon cleanup 2 éve
.gitignore 05b32efa2f feat: initial prototype 2 éve
LICENSE 05b32efa2f feat: initial prototype 2 éve
README.md 672da2c99e fix: reamde 2 éve
application.fam f66c8ad5b2 fix: ui and icon cleanup 2 éve
flipchess.c 26965eeca4 fix: settings, appname 2 éve
flipchess.h 916fe66e0e fix: version 0.1.0 2 éve
flipchess_10px.png f66c8ad5b2 fix: ui and icon cleanup 2 éve

README.md

flipper-chess

Chess game for Flipper Zero.

  • Built against 0.86.1 Flipper Zero firmware release
  • Uses smallchesslib

DONATE IF YOU LIKE THE GAME

  • ETH (or ERC-20): xtruan.eth or 0xa9Ad79502cdaf4F6881f3C2ef260713e5B771CE2
  • BTC: 16RP5Ui5QrWrVh2rR7NKAPwE5A4uFjCfbs

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)