Bez popisu

xtruan c1f5311cc6 fix: return behavior před 2 roky
.github 3aae10520b fix: workflow před 2 roky
chess 357f9a8bd4 fix: add fallthrough comments před 2 roky
helpers 44ca70e832 feat: flipbip > flipchess framework updates před 2 roky
icons f66c8ad5b2 fix: ui and icon cleanup před 2 roky
scenes b6e8aa15e4 fix: ui cleanup před 2 roky
views c1f5311cc6 fix: return behavior před 2 roky
.gitignore 05b32efa2f feat: initial prototype před 2 roky
LICENSE 05b32efa2f feat: initial prototype před 2 roky
README.md 672da2c99e fix: reamde před 2 roky
application.fam f66c8ad5b2 fix: ui and icon cleanup před 2 roky
flipchess.c 26965eeca4 fix: settings, appname před 2 roky
flipchess.h 916fe66e0e fix: version 0.1.0 před 2 roky
flipchess_10px.png f66c8ad5b2 fix: ui and icon cleanup před 2 roky

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)