説明なし

Willy-JL 63580bfd7b Squashed 'chess/' changes from 322f7f22a..b9e2d71db 2 年 前
.github 63580bfd7b Squashed 'chess/' changes from 322f7f22a..b9e2d71db 2 年 前
chess c326539e2f chore: fbt format 2 年 前
helpers f96c06f8e5 Fixes for ufbt 2 年 前
icons 7d00831275 feat: update graphic 2 年 前
sam f96c06f8e5 Fixes for ufbt 2 年 前
scenes 06d8fa45fb fix: more robust file handling, bump version 2 年 前
views c340eb5ec6 feat: custom font 2 年 前
.gitignore 05b32efa2f feat: initial prototype 2 年 前
LICENSE 05b32efa2f feat: initial prototype 2 年 前
README.md 63580bfd7b Squashed 'chess/' changes from 322f7f22a..b9e2d71db 2 年 前
application.fam c340eb5ec6 feat: custom font 2 年 前
flipchess.c 8b0f4d74c8 feat: updated voice 2 年 前
flipchess.h c340eb5ec6 feat: custom font 2 年 前
flipchess_10px.png e884872911 fix: icon color depth, closes #2 2 年 前

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)